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-theme
file in your~/oh-my-zsh/themes
directory.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_THEME
toleverage
.- It should look like this:
ZSH_THEME="leverage"
- It should look like this:
- Put the
leverage-c.zsh-theme
file in your~/oh-my-zsh/themes
directory.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_THEME
toleverage-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.