/cmder-zsh-theme

A zsh theme that matches the theme of Cmder, a popular terminal emulator for windows

Primary LanguageShellMIT LicenseMIT

cmder-zsh-theme

A zsh theme that matches the theme of Cmder, a popular terminal emulator for windows. Works best with Monokai color palette.

Screenshot

alt tag

Installation

  1. 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.

  1. Edit ~/.zshrc and change the value of ZSH_THEME to
ZSH_THEME='cmder'

Enjoy!