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"