These are my setup scripts to build a Linux box quickly
# Configure computer
sudo apt-get install -qq -y curl
bash < <(curl -s https://raw.github.com/webcoyote/linux-setup/master/linux-setup.sh)
This is my first github project; if you have any comments I'd love to hear them!