1 install zsh and git $ sudo apt-get install zsh git-core 2 install oh-my-zsh $ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh 3 set zsh as shell chsh -s `which zsh` 4 reopen your terminal or restart