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!
$ crontab -e
0 1 * * * tar -cvzf ~/dotfiles-$(date +\%Y\%m\%d).tgz ~/.[^.]* >/dev/null 2>&1