Last active
December 8, 2019 17:00
-
-
Save ccostel/1286f61fa5b334010992f8718c1d4489 to your computer and use it in GitHub Desktop.
This file contains 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
## Install zsh | |
sudo apt-get install zsh | |
## Make zsh default | |
sudo chsh -s /usr/bin/zsh root | |
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh | |
zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment