Add windows setup note

This commit is contained in:
Michael Campagnaro 2016-04-16 14:11:06 -04:00
parent ef36cf1315
commit 916e571c10

View File

@ -1,25 +1,9 @@
# 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
# Setup Windows
* map caps to left-ctrl
* install git for windows
* edit ~/.profile and add `source ~/.bashrc`
* after installing dotfiles, edit ~/.gitconfig and change the editor to be `vim` instead of `/usr/bin/vim`
# Setup Arch
@ -69,3 +53,28 @@ Vim might not work properly when writing commit messages. To fix, run:
```
* run `udevadm hwdb --update` then reboot
# 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