Setup script for Ubuntu 12.04.2 LTS to either Vagrant (precise64 or AWS) for web developmet.
cd $HOME
sudo apt-get install -y git-core
git clone https://github.com/hristoyankov/setup.git
./setup/setup.sh
See also http://github.com/startup-class/dotfiles and Startup Engineering Video Lectures 4a/4b for more details.