These are my dotfiles. You may not like it, but this is what peak performance looks like.
Managed with chezmoi.
--
git stuff everyone should have enabled
git config --global rerere.enabled true
git config --global push.autoSetupRemote true
git config --global fetch.prune true
git config --global pull.rebase true
git config --global diff.algorithm histogram