diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-06-29 04:07:55 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-06-29 04:07:55 +0300 |
commit | 686b351adb1b46693da67d78d3bc8a8cf9609721 (patch) | |
tree | 5a4b2ac5723f190e7f0c969760a163406eff97c8 /test-vm/bootstrap.sh | |
parent | f84a14419400854f84ed70676fe0296de86480f7 (diff) |
Merging Vagrant test VM from dritter/prezto
Diffstat (limited to 'test-vm/bootstrap.sh')
-rw-r--r-- | test-vm/bootstrap.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-vm/bootstrap.sh b/test-vm/bootstrap.sh new file mode 100644 index 00000000..9651c4eb --- /dev/null +++ b/test-vm/bootstrap.sh @@ -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 |