From 686b351adb1b46693da67d78d3bc8a8cf9609721 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Sun, 28 Jun 2015 18:07:55 -0700 Subject: Merging Vagrant test VM from dritter/prezto --- test-vm/bootstrap.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-vm/bootstrap.sh (limited to 'test-vm/bootstrap.sh') 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 -- cgit v1.2.3