dotfiles/dotfiles.github.com

yet another solution: overlaid git repositories

capr opened this issue · 3 comments

capr commented

Here's another solution to the problem of managing your dotfiles in multiple, separate git repositories: https://github.com/capr/multigit -- It's a more general solution, it's actually used as a package manager for a Lua module distribution called luapower.

This project is really cool, I'll have to see how it stacks up against mr and vcsh (my guess is very well). Thanks for sharing!

Just to share my solution for this: Bower. For example: https://github.com/rxrc/dotfiles/blob/master/bower.json

Related issue: #135 (basically the same idea, but without an external script)