diff options
Diffstat (limited to 'test-bsd-vm/bootstrap.sh')
-rw-r--r-- | test-bsd-vm/bootstrap.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test-bsd-vm/bootstrap.sh b/test-bsd-vm/bootstrap.sh new file mode 100644 index 00000000..ba27ffb3 --- /dev/null +++ b/test-bsd-vm/bootstrap.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# Install ZSH +sudo pkg install -y zsh +sudo chsh -s `which zsh` vagrant +sudo ln -s /usr/local/bin/zsh /usr/bin/zsh + +# Install git +sudo pkg install -y git +# Install mercurial +sudo pkg install -y mercurial +# Install subversion +sudo pkg install -y subversion
\ No newline at end of file |