/bootstrap

Bootstraps my machine when I upgrade to a new distro. (Debian flavour)

Primary LanguageShellMIT No AttributionMIT-0

Intro

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.

Running

./bootstrap.sh

It will ask for your super user password at the beginning.

Testing

For basic testing, do the following steps:

  1. vagrant plugin install vagrant-cachier
  2. vagrant up
  3. vagrant ssh
  4. cd /vagrant
  5. ./bootstrap.sh