This Git repository contains the configuration files and other resources such as scripts and wallpapers in my home directory. Drew DeVault's "Managing my dotfiles as a git repository" inspired me to use this method to manage my setup.
cd ~
git init
git remote add origin [email protected]:yaxollum/homedir.git
git fetch
git checkout -f main