How to install Bullet Train for oh-my-zsh on Ubuntu.
$ sudo apt-get install zsh
$ sudo apt-get install git-core
$ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
$ chsh -s `which zsh`
$ sudo apt-get install powerline
clone
$ git clone https://github.com/powerline/fonts.git --depth=1
install
$ cd fonts
$ ./install.sh
clean-up a bit
$ cd ..
$ rm -rf fonts
- Donwload the bullet-train.zsh-theme file: http://raw.github.com/caiogondim/bullet-train-oh-my-zsh-theme/master/bullet-train.zsh-theme
- Put the file bullet-train.zsh-theme in home/.oh-my-zsh/themes/
- Configure the theme in your home/.zshrc file: ZSH_THEME="bullet-train"
$ sudo shutdown -r 0