Created
March 23, 2013 22:20
-
-
Save pixelpogo/5229558 to your computer and use it in GitHub Desktop.
Install Z Shell (oh-my-zsh) in your Uberspace account
This file contains hidden or 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
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aaaah, not /usr/bin/zsh or .linuxbrew/something 😄
Thanks! xD
(regular grml zsh for me)