From 916e571c10cff0f609d662d484767da9da2cb3b4 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sat, 16 Apr 2016 14:11:06 -0400 Subject: [PATCH] Add windows setup note --- notes/setup.md | 51 +++++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/notes/setup.md b/notes/setup.md index 326fc93..e0d69c9 100644 --- a/notes/setup.md +++ b/notes/setup.md @@ -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 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 +# 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 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 + + +