Theme for oh-my-zsh
- Z shell (zsh): See oh-my-zsh for more info.
- 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