README.md
October 31, 2019 · View on GitHub
¬ Leverage - a minimal oh-my-zsh theme
Description
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.
Installation
Install Leverage
- 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:
Install Leverage-C
- 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:
Side by Side screen shot of leverage & leverage-c

Pictured with the font "Menlo" using the Gruvbox color scheme for iTerm2.