A minimal zsh interface, with support to github plugins.
You can type the following command anywhere on terminal:
git clone https://github.com/FelipeCRamos/craminzsh && cp craminzsh/src/craminzsh.zsh-theme $ZSH_CUSTOM/themes/. && rm -rf craminzsh
# it should copy the theme file to the correct directory
And then, set the theme on your ~/.zshrc
config file.
ZSH_THEME="craminzsh"
Setup used for the screenshot:
- iTerm 2
- Roboto Mono 13pt for Powerline
- Molokai Colorscheme for iTerm 2
This is a modification of the HYPERZSH theme, made by FelipeCRamos. This project also uses the MIT license.