oh-my-zsh


I don’t use it any more. But this is a reference maybe someone will need it ^_^.

oh-my-zsh boosts your productivity while using the shell.

Install zsh

sudo aptitude install zsh

Install oh-my-zsh:

cd
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh

Changing Linux Login Shell To zsh

sudo chsh -s /bin/zsh yaser

Enable Plugins

vi .zshrc
plugins=(git python pip cp django virtualenvwrapper)

Ref:

comments powered by Disqus