Created
June 2, 2015 16:40
-
-
Save weslley39/49ba0b688fffbac9517e to your computer and use it in GitHub Desktop.
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
# Added zsh shell. | |
sudo apt-get install zsh | |
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh | |
sudo chsh -s /bin/zsh vagrant | |
zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment