Move notes

This commit is contained in:
2016-12-12 00:03:56 -05:00
parent 817fab1cba
commit 6a87b4cab9
8 changed files with 100 additions and 100 deletions

23
osx/readme.md Normal file
View File

@@ -0,0 +1,23 @@
# OSX
## 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 Keyboard
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