Skip to content

Instantly share code, notes, and snippets.

@Jestre
Created June 23, 2016 13:30
Show Gist options
  • Save Jestre/9461b311f3e537d165f6a04e7f82d066 to your computer and use it in GitHub Desktop.
Save Jestre/9461b311f3e537d165f6a04e7f82d066 to your computer and use it in GitHub Desktop.
# Bullet Train theme for iTerm 2 install
$ git clone https://github.com/powerline/fonts.git
$ cd fonts
$ ./install.sh
$ cd ~/.oh-my-zsh/custom/themes
$ curl -O https://raw.githubusercontent.com/caiogondim/bullet-train-oh-my-zsh-theme/master/bullet-train.zsh-theme
$ vim ~/.zshrc
ZSH_THEME="bullet-train"
In iTerm 2, choose theme: Cmd-I, Colors, Import, pick one from Dropbox/Apps/Iterm2/TomorrowNightBlue/
Docs:
* https://github.com/caiogondim/bullet-train-oh-my-zsh-theme
* https://github.com/powerline/fonts
* https://github.com/chriskempson/tomorrow-theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment