Skip to content
TuxLux40 edited this page Jan 14, 2026 · 1 revision

Git Config

Sample config at git/.gitconfig

Copy & Customize

cp ~/Projects/TL40-Dots/git/.gitconfig ~/.gitconfig

Then edit:

  • user.name
  • user.email

Key Settings

  • Editor: micro
  • Aliases: st, co, br
  • pull.rebase = true

GPG Signing

git config --global user.signingkey YOUR_KEY_ID
git config --global commit.gpgsign true

See git-setup for YubiKey details.

Clone this wiki locally