A zsh theme that matches the theme of Cmder, a popular terminal emulator for windows. Works best with Monokai color palette.
- Run the following command in your terminal:
curl -L -o ~/.oh-my-zsh/custom/themes/cmder.zsh-theme https://raw.githubusercontent.com/potasiyam/cmder-zsh-theme/master/cmder.zsh-theme
If you don't have curl, just copy cmder.zsh-theme
to ~/.oh-my-zsh/custom/themes/cmder.zsh-theme
.
- Edit
~/.zshrc
and change the value ofZSH_THEME
to
ZSH_THEME='cmder'
Enjoy!