dotfiles tip: if your dotfiles manager only supports 1:1 source→destination mappings, but you need one source folder mounted in two places under $HOME — don't fight the tool.
Trick: keep one source as the truth. Put a relative symlink to it inside your repo at the second location. Now you have two distinct source paths pointing to the same content. Two mappings, no key collision.
