Add the following to the bottom of the project Vagrantfile
:
config.vm.provision "shell", path: "https://gist.githubusercontent.com/jeremyworboys/9458650/raw/server.sh", args: ["vagrant.dev", "/vagrant/public"]
config.vm.provision "shell", path: "https://gist.githubusercontent.com/jeremyworboys/9458650/raw/zsh.sh"
config.vm.provision "shell", path: "https://gist.githubusercontent.com/jeremyworboys/9458650/raw/provision.sh"
config.vm.provision "shell", path: "https://gist.githubusercontent.com/jeremyworboys/9458650/raw/mailcatcher.sh"