I’m looking for recommendations for a dotfile manager - there are so many out there I’ve got a bit of options paralysis!
I’d like a system that can backup all my dotfiles - with version management - and, if I nuked my home directory, could restore them all for me with a simple command.
Thanks in advance for you suggestions!
Git and a script file that’s basically just a ton of ln - s commands
I honestly don’t think I’ve ever found myself wanting more
I do basically the same, but using GNU Stow instead of doing the ln myself
I did. I wanted more. I wanted
ln -sf
.