Merging Vagrant test VM from dritter/prezto

This commit is contained in:
Ben Hilburn 2015-06-28 18:07:55 -07:00
commit 686b351adb
7 changed files with 202 additions and 0 deletions

9
test-vm/bootstrap.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/sh
#sudo apt-get update
sudo apt-get install -y curl
sudo apt-get install -y git
sudo apt-get install -y zsh
sudo chsh -s $(which zsh) vagrant