First off, great work on dotify! I just started using it and am very happy with it so far.
Do you have plans to allow linking arbitrary (i.e., NOT home folder dotfiles) files to Dotify? My use case is that I'm keeping several configuration files under version control which aren't strictly dotfiles, but which behave similarly. An example would be certain .plist files under ~/Library/Preferences.
I'm working on a simple gem, dotlink, which roughly mirrors Dotify's linking behavior, simply linking files from the filesystem at large to their corresponding path inside ~/.dotlink.
This gem would work perfectly well in tandem with Dotify (I'd just link the .dotlink folder), but I'm wondering whether it would be more useful to add this functionality to Dotify and submit it as a pull request. What are your thoughts? Would you consider incorporating such a feature? (No offense will be taken if not; I can see how this would seem a strange feature to many users.)
First off, great work on dotify! I just started using it and am very happy with it so far.
Do you have plans to allow linking arbitrary (i.e., NOT home folder dotfiles) files to Dotify? My use case is that I'm keeping several configuration files under version control which aren't strictly dotfiles, but which behave similarly. An example would be certain .plist files under ~/Library/Preferences.
I'm working on a simple gem, dotlink, which roughly mirrors Dotify's linking behavior, simply linking files from the filesystem at large to their corresponding path inside ~/.dotlink.
This gem would work perfectly well in tandem with Dotify (I'd just link the .dotlink folder), but I'm wondering whether it would be more useful to add this functionality to Dotify and submit it as a pull request. What are your thoughts? Would you consider incorporating such a feature? (No offense will be taken if not; I can see how this would seem a strange feature to many users.)