git
Identity, modern defaults, aliases, and a sensible ~/.gitconfig.
How to use it
- Save the generated file as ~/.gitconfig (your global git config).
- Or merge selected sections into an existing one — git reads INI sections.
- Check what git sees with:
git config --list --show-origin - Per-repo overrides go in that repo’s .git/config and win over the global file.
- If you enabled the delta pager, install it: https://github.com/dandavison/delta