Skip to content

Instantly share code, notes, and snippets.

@ccostel
Last active December 8, 2019 17:00
## 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