Script created to bootstrap my machine when I upgrade to a new distro. (Debian flavour)
It installs all necessary software and configuration using pure bash.
./bootstrap.sh
It will ask for your super user password at the beginning.
For basic testing, do the following steps:
vagrant plugin install vagrant-cachier
vagrant up
vagrant ssh
cd /vagrant
./bootstrap.sh