Install git in the BSD-VM

This commit is contained in:
Dominik Ritter 2017-03-08 00:01:40 +01:00
commit a09d56e3a7

View file

@ -3,3 +3,6 @@
# Install ZSH
sudo pkg install -y zsh
sudo chsh -s `which zsh` vagrant
# Install git
sudo pkg install -y git