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 +```