Skip to content

Instantly share code, notes, and snippets.

@Sammons
Sammons / init
Last active December 28, 2015 18:09
All the commands I ran when re-setting up Ubuntu
#swap cap+control http://askubuntu.com/questions/412576/swap-caps-lock-and-ctrl-in-ubuntu-13-10
#GIT
sudo apt-get install git
git config --global user.name "Dopaskulous magic"
git config --global user.email bsammnz@gmail.com
#RUBY
sudo apt-get update
curl -L get.rvm.io | bash -s stable --auto