Before installation of this zshell config you need to install oh-my-zsh.
Download:
git clone https://github.com/kajamite/zsh.git ~/.zsh
Copy zsh config to home:
ln -s ~/.zsh/zshrc ~/.zshrc
vim into .zshrc and change first line(export ZSH=) with your actual path to .oh-my-zsh folder
vim ~/.zshrc
Install theme I use
cp ~/.zsh/themes/* ~/.oh-my-zsh/themes
Restart shell.