dotfiles/git/.gitconfig

15 lines
251 B
INI

[user]
name = "Sam Al-Sapti"
email = "sam@sapti.me"
signingkey = "0x3FC96B835B918FC3"
[color]
ui = true
[init]
defaultBranch = "main"
[log]
showSignature = true
[commit]
gpgsign = true
[push]
autoSetupRemote = true