I have some dotfiles that look like this: ~/dir/.some-config, but I haven't been able to figure out how to add those files to RCM.
If I add the file as ~/.dotfiles/dir/.some-config, rcup ignores the file since it starts with a dot, but if I add it as ~/.dotfiles/dir/some-config, it gets installed as ~/dir/some-config instead of ~/dir/.some-config.
I know I could use a hook to rename these files, but this seems like a very basic and common use case, so I must be missing something. How would you accomplish this?
I have some dotfiles that look like this:
~/dir/.some-config, but I haven't been able to figure out how to add those files to RCM.If I add the file as
~/.dotfiles/dir/.some-config,rcupignores the file since it starts with a dot, but if I add it as~/.dotfiles/dir/some-config, it gets installed as~/dir/some-configinstead of~/dir/.some-config.I know I could use a hook to rename these files, but this seems like a very basic and common use case, so I must be missing something. How would you accomplish this?