Skip to content

Instantly share code, notes, and snippets.

@pixelpogo
pixelpogo / gist:5229558
Created March 23, 2013 22:20
Install Z Shell (oh-my-zsh) in your Uberspace account
# download and install Oh-my-ZSH
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
# make zsh your default shell
chsh -s /bin/zsh