/ubuntu-setup

A setup script to make a blank Ubuntu distribution into an awesome laser-filled development machine!

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Ubuntu 16.04 development setup

A script that converts a fresh Ubuntu 16.04 LTS distribution into something awesome and ready for development. Made for setting up development environments for web team developers at Fairview High School.

Use curl https://raw.githubusercontent.com/fairviewhs/ubuntu-setup/master/setup.sh > setup.sh && sudo chmod 711 setup.sh && ./setup.sh to run the script.