I crashed my OS & I had to re install all things again. This is just to keep a track on how to install zsh.
For oh-my-zsh to work, You need to install zsh & git core first. To do that
For oh-my-zsh to work, You need to install zsh & git core first. To do that
apt-get install zsh
apt-get install git-core
Now, You can install it by
curl -L http://install.ohmyz.sh | sh
Next, change your shell to zsh
chsh -s `which zsh`
and then restart your system.
sudo shutdown -r 0