These dotfiles are best-managed with GNU Stow. I restore/update them using this pattern:
stow -v -t $HOME -D package -S packageThis effectively removes any previous symlinks I might have in $HOME, then
installs the newest package folder into it.