Wednesday, 4 March 2015

Install zsh shell in Ubuntu to customize terminal


If you are don’t like your default terminal theme then you can customize it with zsh shell. zsh shell have more more than 100 ways to customize your terminal.
install zsh shell in ubuntu
To install zsh shell follow below steps.
sudo apt-get update
sudo apt-get install zsh
sudo apt-get install git-core 
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
Change default shell to zsh
chsh -s `which zsh`
Restart your system to check new shell
sudo reboot  OR  sudo init 6
Avobe steps will install zsh shell in ubuntu. Done!

0 comments:

Post a Comment

Copyright © 2014 Network Support Solution | Designed With By Blogger Templates
Scroll To Top