Add BSD-VM

This commit is contained in:
Dominik Ritter 2017-03-07 20:14:41 +01:00
commit 2b9a57a8ee
3 changed files with 87 additions and 0 deletions

5
test-bsd-vm/bootstrap.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# Install ZSH
sudo pkg install -y zsh
sudo chsh -s `which zsh` vagrant