Instead of having to update dfm in the dotfiles repo by hand, it should be included as a git submodule. See seth--/dotfiles for an example. It also makes it easier to update dfm for users.
To make it possible:
- .gitmodules should be added to the skip list (d341798)
- the update (and merge?) function(s) should be changed to handle the submodule
- add the need of running git submodule init and git submodule update to the documentation
- Finally, delete /bin from the dotfiles repo and putting the submodule
Instead of having to update dfm in the dotfiles repo by hand, it should be included as a git submodule. See seth--/dotfiles for an example. It also makes it easier to update dfm for users.
To make it possible: