What is this supposed to be about? The link looks like some sort of star-chart, but I don't see where to get an explanation.
git init --bare $HOME/.config/repo
alias config='/usr/bin/git --git-dir=$HOME/.config/repo --work-tree=$HOME'
config config --local status.showUntrackedFiles no
Then I can do things like "config add", "config commit", and "config push".