Install ZSH shell onUbuntu
SetupZSH
as your default terminal withoh-my-zsh
-
Install
ZSH
sudo apt-get update && sudo apt-get install zsh
You can download
ZSH
tutorial fromhere -
Setupoh-my-zsh
wget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh
-
Make
ZSH
defaultchsh -s /bin/zsh
- Restart your system.
Note*
If you are a rails developer and using RVM, make sure you have added the following line at the end of your.zshrc
file.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm”
sudo apt-get update && sudo apt-get install zsh
wget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh
chsh -s /bin/zsh
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm”