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.
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