Last active
April 1, 2018 05:38
-
-
Save hackur/4ece2dcf38e62cd2f1a6 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
| sudo apt-get install -y zsh git-core | |
| git clone git://github.com/robbyrussell/oh-my-zsh.git /home/vagrant/.oh-my-zsh | |
| cp /home/vagrant/.oh-my-zsh/templates/zshrc.zsh-template /home/vagrant/.zshrc | |
| sudo chsh -s `which zsh` vagrant | |
| echo 'export PATH=vendor/bin:$PATH' >> /home/vagrant/.zshrc | |
| source /home/vagrant/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment