VM LAMP setup
Copy these files to ~/projects/lamp
Alias to add to zsh: alias lamp="cp ~/projects/lamp/'install.sh' . && cp ~/projects/lamp/Vagrantfile . && vagrant up"
Source the config file source ~/.zshrc
Go to a directory where you want to put a virtual machine, type "lamp"