Setup some test folders/repos in the VMs for easier testing

This commit is contained in:
Dominik Ritter 2017-03-21 01:43:24 +01:00
commit a4a8afb203
5 changed files with 56 additions and 1 deletions

View file

@ -28,4 +28,6 @@ plugins=(git rake ruby)
source $ZSH/oh-my-zsh.sh
' > $HOME/.zshrc
# setup environment
/vagrant_data/test-vm-providers/setup-environment.sh
)