/gruvbox-zsh

A Gruvbox Theme for zsh

Primary LanguageShell

gruvbox-zsh

A Gruvbox Theme for zsh. Original color scheme for Vim could be found Gruvbox.

The ZSH theme based on agnoster's Theme.

gruvbox-zsh

Installation

  1. Download iTerm2 Gruvbox Color Scheme and import into iTerm. iTerm2 Preferences -> Profiles -> Colors -> Color Preset
  2. Download and install a Nerd Font.
  3. Download gruvbox.zsh-theme and put it in ~/.oh-my-zsh/custom/themes/.
curl -L https://raw.githubusercontent.com/sbugzu/gruvbox-zsh/master/gruvbox.zsh-theme > ~/.oh-my-zsh/custom/themes/gruvbox.zsh-theme
  1. Enable the theme, add the following to your ~/.zshrc or ~/.oh-my-zsh/custom/custom.zsh file
ZSH_THEME="gruvbox"
SOLARIZED_THEME="dark"

License

MIT