dotfiles/osx
2016-12-12 00:03:56 -05:00
..
readme.md Move notes 2016-12-12 00:03:56 -05:00

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 to in System Preferences -> Keyboard -> Modifier Keys. Now 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