Skip to content

Instantly share code, notes, and snippets.

@ccostel
Last active December 8, 2019 17:00
Show Gist options
  • Save ccostel/1286f61fa5b334010992f8718c1d4489 to your computer and use it in GitHub Desktop.
Save ccostel/1286f61fa5b334010992f8718c1d4489 to your computer and use it in GitHub Desktop.
## 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