Skip to content

Instantly share code, notes, and snippets.

@jaronson
Created May 11, 2015 02:39
Show Gist options
  • Save jaronson/45ed0889fbedb78fe178 to your computer and use it in GitHub Desktop.
Save jaronson/45ed0889fbedb78fe178 to your computer and use it in GitHub Desktop.
ubuntu-bootstrap
sudo apt-get -y update
sudo apt-get install build-essential git
cd /home/ubuntu
curl -k -O \
https://gist.githubusercontent.com/jaronson/ebd2da49ce5ea33bf7cf/raw/0a84bb4b0500a67bab096533b208c3ba8c6a6a75/.vimrc
curl -k -O \
https://gist.githubusercontent.com/jaronson/3a6e2104740ffcb79128/raw/8d26ea5dae957fdc63fd28c98a9669b9aeffddfb/.tmux.conf
cd /root
ln -s /home/ubuntu/.vimrc .vimrc
ln -s /home/ubuntu/.tmux.conf .tmux.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment