A set of simple shell scripts to install stuff I use on my development boxes.
This set of scripts expects you to have bash, wget, curl and other core utils.
Clone the repo somewhere and run scripts you like from bin.
Use sudo. Some scripts require non-root user - you can specify it manually with --non-root-user [user] option or it will be deducted form $SUDO_USER.
Quick install with bootstrap script:
\curl -sS https://raw.githubusercontent.com/MOZGIII/devbox-setup-ubuntu/master/bootstrap/install | bash
Use vagrant and temporary virtual machine to keep your system safe.
Enable debug tracing of the scripts by setting DEBUG=on, in example:
sudo DEBUG=on bin/install-vagrant