Based off of the standard minimal theme, Leverage uses colors, and an extra ¬ character, to better distinguish the command line prompt from your output. Leverage-C is slightly more compact. It's useful for users who work with long git branch names.
- Put the
leverage.zsh-themefile in your~/oh-my-zsh/themesdirectory.cd ~/.oh-my-zsh/themes/&&curl -O https://raw.githubusercontent.com/gschnall/leverage/master/leverage.zsh-theme- Note: the file must be named leverage.zsh-theme
- Next, in your zshrc, change your
ZSH_THEMEtoleverage.- It should look like this:
ZSH_THEME="leverage"
- It should look like this:
- Put the
leverage-c.zsh-themefile in your~/oh-my-zsh/themesdirectory.cd ~/.oh-my-zsh/themes/&&curl -O https://raw.githubusercontent.com/gschnall/leverage/master/leverage-c.zsh-theme- Note: the file must be named leverage-c.zsh-theme
- Next, in your zshrc, change your
ZSH_THEMEtoleverage-c.- It should look like this:
ZSH_THEME="leverage-c"
- It should look like this:
Pictured with the font "Menlo" using the Gruvbox color scheme for iTerm2.
