Skip to content

Instantly share code, notes, and snippets.

@nimeshpahadi
Created February 26, 2017 06:20
Show Gist options
  • Save nimeshpahadi/50f6b344a6f2e60c054047d8a3375808 to your computer and use it in GitHub Desktop.
Save nimeshpahadi/50f6b344a6f2e60c054047d8a3375808 to your computer and use it in GitHub Desktop.
install oh my zsh and make default shell
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 your default shell to zsh
chsh -s `which zsh`
# then restart
sudo shutdown -r 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment