Bunch of changes inspired by r00k

This commit is contained in:
2013-07-07 17:25:47 -04:00
parent c5a1ed1258
commit cf3eea13fb
141 changed files with 22472 additions and 519 deletions

20
notes/setup.txt Normal file
View File

@@ -0,0 +1,20 @@
Setting up Ruby
---------------
* Install rvm
* Install bundler
* Install Ruby Docs
gem install rdoc-data
rdoc-data --install
# to regenerate all gem docs
gem rdoc --all --overwrite
Setup Vim
---------
Map <CapsLock> to <Ctrl> in System Preferences -> Keyboard -> Modifier Keys. Now <caps-c> can leave insert mode.
Setup Git
---------
Vim might not work properly when writing commit messages. To fix, run:
$ git config --global core.editor /usr/bin/vim