This is oh-my-zsh theme.
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
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
cd ~/.oh-my-zsh/custom/themes/joje
git pull --ff-only origin master
- Status Color
- untracked: lightred
- modified: red
- staged: orange
- committed: green
- pushed: blue
- OSX terminal color scheme
smyck
- Menlo Regular 10pt
-
Installer & README forked from ... https://github.com/tonyseek/oh-my-zsh-seeker-theme
-
And theme file modified from ... https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/minimal.zsh-theme
:)