Also look for dotfiles-local

While trying out the approach outlined in Croaky's latest [blog post], I
realized that running `rcup` would not also pull updates from my local
extensions. If you clone your extensions as `dotfiles-local`, this
update will pick them up.

Non-existent directories are ignored by rcup, so it won't cause issues
if you don't have `dotfiles-local`.

[blog post]: http://robots.thoughtbot.com/manage-team-and-personal-dotfiles-together-with-rcm
This commit is contained in:
Joe Ferris 2014-04-02 11:25:38 -04:00
parent 69b0edc174
commit 62a2b5eb8f

2
rcrc
View file

@ -1,2 +1,2 @@
EXCLUDES="README.md LICENSE Brewfile"
DOTFILES_DIRS="$HOME/dotfiles"
DOTFILES_DIRS="$HOME/dotfiles $HOME/dotfiles-local"