Home

Awesome

joje.zsh-theme

This is oh-my-zsh theme.

Installation

curl -L https://raw.githubusercontent.com/joje6/joje.zsh-theme/master/install.sh | zsh

Or

wget https://raw.githubusercontent.com/joje6/joje.zsh-theme/master/install.sh -O - | zsh

Or you can cloning and creating a symbol link by yourself:

mkdir -p $ZSH_CUSTOM/themes
cd $ZSH_CUSTOM/themes
git clone git://github.com/joje6/joje.zsh-theme.git joje
ln -s joje/*.zsh-theme .

And edit your ~/.zshrc

ZSH_THEME=joje

Setup Style

Edit your ~/.zprofile(or ~/.zshrc) file

export ZSH_JOJE_LABEL=vcs+cwd         # cwd vcs (vcs+cwd) cwd+vcs
export ZSH_JOJE_CWD_LEVEL=2           # 1 (2) 3 4 full

Update

cd ~/.oh-my-zsh/custom/themes/joje
git pull --ff-only origin master

Screenshot

Screenshot

Notice

:)