Awesome
jc-zsh-theme
Theme for oh-my-zsh
Screenshot
Requirements
- Z shell (zsh): See oh-my-zsh for more info.
Installation
- Download the theme into oh-my-zsh theme folder
~/.oh-my-zsh/custom/themes/
:
curl https://raw.githubusercontent.com/jclementex/jc-zsh-theme/master/jc.zsh-theme -Lo ~/.oh-my-zsh/themes/jc.zsh-theme
- Configure the theme in your
~/.zshrc
file:
ZSH_THEME="jc"
- Reload ZSH to apply the theme:
source ~/.zshrc