jc-zsh-theme

Theme for oh-my-zsh

Screenshot

screenshot

Requirements

  • Z shell (zsh): See oh-my-zsh for more info.

Installation

  1. 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
  1. Configure the theme in your ~/.zshrc file:
ZSH_THEME="jc"
  1. Reload ZSH to apply the theme:
source ~/.zshrc