Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 433 Bytes

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