From cf10a8358f5a0f91a47c52a09469e5d9c992b94c Mon Sep 17 00:00:00 2001 From: Mike Coutermarsh Date: Fri, 17 Oct 2014 20:57:53 -0400 Subject: [PATCH] Updating readme to use thoughtbot/formulae Brew bundle is deprecated. fixes #309 Removes Brewfile, no longer needed --- Brewfile | 2 -- README.md | 3 ++- rcrc | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 Brewfile diff --git a/Brewfile b/Brewfile deleted file mode 100644 index cb35a08..0000000 --- a/Brewfile +++ /dev/null @@ -1,2 +0,0 @@ -tap thoughtbot/formulae -install rcm diff --git a/README.md b/README.md index 34d2094..959064c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ updated](http://robots.thoughtbot.com/keeping-a-github-fork-updated)). Install [rcm](https://github.com/thoughtbot/rcm): - brew bundle dotfiles/Brewfile + brew tap thoughtbot/formulae + brew install rcm Install the dotfiles: diff --git a/rcrc b/rcrc index 742e54e..73bdfc8 100644 --- a/rcrc +++ b/rcrc @@ -1,2 +1,2 @@ -EXCLUDES="README.md LICENSE Brewfile" +EXCLUDES="README.md LICENSE" DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles"