Skip to content

Instantly share code, notes, and snippets.

@hackur
Last active April 1, 2018 05:38
Show Gist options
  • Select an option

  • Save hackur/4ece2dcf38e62cd2f1a6 to your computer and use it in GitHub Desktop.

Select an option

Save hackur/4ece2dcf38e62cd2f1a6 to your computer and use it in GitHub Desktop.
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