How would you manage directories with both system-wide and user specific files?
ravexina opened this issue · 2 comments
ravexina commented
Hi,
How would you manage directories with both system-wide and user specific files?
A directory like xorg.
A solution might be:
$ pwd
~/dotfiles
$ stow -t /etc -d xorg etc
$ stow -t ~/.config -d xorg .config
Not really pretty. Is there any better way to get around this?
jeewangue commented
I was wondering the exact same thing!