Vagrantfile for setting up a VM with the following specs:
- Ubuntu 14.04 Desktop
- git
- gitk
- vim
- nano (configured as core.editor in git)
- p4merge (configured as merge.tool and diff.tool in git)
- Install VirtualBox
- This is optional however if missing vagrant will install during first run.
- Install vagrant
- Clone this repository or simply download the Vagrantfile
- Open your favorite shell and cd into the directory with the Vagrantfile
- Run
vagrant up