stow
Put your dotfiles inside a folder, then use stow to create symbolic links to your home folder:
stow my-dotfiles
In this way you can track the changes of those files using tools like git inside your specific folder.
Put your dotfiles inside a folder, then use stow to create symbolic links to your home folder:
stow my-dotfiles
In this way you can track the changes of those files using tools like git inside your specific folder.