Readme formatting. If only there was a vim plugin with GFM support.

This commit is contained in:
Kyle West
2012-01-24 15:15:23 -05:00
parent 71b620fa8d
commit e32cb9ae35

View File

@@ -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 YADR is opinionated. To get the most out of using it, you should install
all the software it depends on. 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: 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 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 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 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 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 ```bash
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh 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: Pry offers a much better out of the box IRB experience with colors, tab completion, and lots of other tricks. You should:
```bash ```bash