Created
February 26, 2017 06:20
-
-
Save nimeshpahadi/50f6b344a6f2e60c054047d8a3375808 to your computer and use it in GitHub Desktop.
install oh my zsh and make default shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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