Managing dotfiles and scripts as a GitHub repo in the user directory, with .gitignore
of *
.
See https://drewdevault.com/2019/12/30/dotfiles.html for details and inspiration.
cd ~
git init
git remote add https://github.com/kvnloughead/dotfiles
git fetch
git checkout -f main