Skip to content

Instantly share code, notes, and snippets.

@pixelpogo
Created March 23, 2013 22:20
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixelpogo/5229558 to your computer and use it in GitHub Desktop.
Save pixelpogo/5229558 to your computer and use it in GitHub Desktop.
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
@verymilan
Copy link

aaaah, not /usr/bin/zsh or .linuxbrew/something 😄
Thanks! xD
(regular grml zsh for me)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment