Last active
October 24, 2015 01:11
-
-
Save negativo/f074aaf4dfbe96fcf0ea to your computer and use it in GitHub Desktop.
This file contains 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
#SETUP ZSH ON UBUNTU | |
#which shell am i logged in? | |
echo $0 | |
#install | |
sudo apt-get install zsh | |
sudo apt-get install git-core | |
#install oh-my-zsh with curl | |
curl -L http://install.ohmyz.sh | sh | |
#install oh-my-zsh with wget | |
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh | |
which zsh | |
chsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment