This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 [email protected] | |
#RUBY | |
sudo apt-get update | |
curl -L get.rvm.io | bash -s stable --auto |