From 87c361fa42ba6630966388def88a9d159ef369bf Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 25 Nov 2015 18:09:21 +0000 Subject: [PATCH] Create README.md Add basic installation instructions for now. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f978b5 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# dotfiles-local + +My dotfiles. Extends `thoughtbot/dotfiles` + +# Installation + +```bash +chsh -s $(which zsh) +git clone git@github.com:thoughtbot/dotfiles.git +git clone git@github.com:danbee/dotfiles-local.git +brew tap thoughtbot/formulae +brew install rcm +env RCRC=$HOME/dotfiles/rcrc rcup +```