cmder-zsh-theme
May 1, 2020 ยท View on GitHub
A zsh theme that matches the theme of Cmder, a popular terminal emulator for windows. Works best with Monokai color palette.
Screenshot

Installation
- 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
~/.zshrcand change the value ofZSH_THEMEto
ZSH_THEME='cmder'
Enjoy!