I use yadm
for managing my dotfiles.
yadm clone git@github.com:allejo/dotfiles.git
# Optional (if there are conflicts/unsynced changes)
yadm checkout "/Users/allejo/"
To push changes of my dotfiles, use yadm
as if it were git.
# Add files/changes
yadm add .dotfile
yadm commit
yadm push
- Me. Cuz I don't remember things.
- Anyone who wants to do something similar to what I did