Created
November 23, 2012 07:45
-
-
Save xirukitepe/4134410 to your computer and use it in GitHub Desktop.
Oh my Zsh
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
sudo apt-get install zsh tree | |
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh | |
mv ~/.zshrc ~/.zshrc.bkp | |
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc | |
chsh -s $(which zsh) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment