From e32cb9ae353c6e388ec4d638f4d4768e62de5fe4 Mon Sep 17 00:00:00 2001 From: Kyle West Date: Tue, 24 Jan 2012 15:15:23 -0500 Subject: [PATCH] Readme formatting. If only there was a vim plugin with GFM support. --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4402c0ce..cdfb70d8 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,7 @@ Remap caps-lock to escape: http://pqrs.org/macosx/keyremap4macbook/extra.html YADR is opinionated. To get the most out of using it, you should install all the software it depends on. -[Homebrew](http://mxcl.github.com/homebrew/) ---- +### [Homebrew](http://mxcl.github.com/homebrew/) Homebrew is _the missing package manager for OSX_. To install: @@ -78,8 +77,7 @@ With homebrew installed, install some packages: brew install ack ctags git hub imagemagick macvim ``` -[ctags](http://ctags.sourceforge.net/) ---- +### [ctags](http://ctags.sourceforge.net/) Vim will complain every time you save a file if you do not have ctags installed correctly. We assume you have installed ctags via homebrew. If you have homebrew setup correctly running @@ -93,15 +91,14 @@ If that doesn't work, move the OSX supplies ctags [like so](http://www.mattpolit sudo mv /usr/bin/ctags /usr/bin/ctags_original ``` -[oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) ---- +### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) ```bash curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh ``` -[Pry](http://pry.github.com/) ---- +### [Pry](http://pry.github.com/) + Pry offers a much better out of the box IRB experience with colors, tab completion, and lots of other tricks. You should: ```bash