From 757f5d0aa3539a73ef104b76bdc51b5df4e3ffad Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Thu, 11 Aug 2011 13:01:41 -0400 Subject: [PATCH] minor formatting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f8fdd96..fc04ccb 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,24 @@ Scripts and walkthroughs to bootstrap my new Macs when I get them. This doesn't #### Configure git + ```bash git config --global user.name "Matthew Rothenberg" git config --global user.email "mrothenberg@gmail.com" git config --global github.user mroth git config --global github.token github_api_token git config color.ui true + ``` #### rvm and ruby 1.9 (why not default in Lion? lame...) + ```bash bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile hash -r rvm install 1.9.2 rvm use ruby-1.9.2 gem install rails bundler + ``` ## Configuration 1. Install all software updates.