I should set up some #dotfile management like I use to have back in the day. I use to have yadm is there any better options?
- replies
- 1
- announces
- 0
- likes
- 1
@rain I just use git, cloned right into ~, with a ~/.gitignore of '*' so that everything is ignored until I pro-actively 'git add -f' it.
@tartley Not a bad Idea. I will look into trying it this way