.dotfiles/global/.gitconfig
2024-09-18 17:18:02 +02:00

28 lines
714 B
INI

[user]
name = fz0x1
email = fz0x1+gpg@posteo.net
signingkey = 6F819098C73891F00529EFBC6F81647BE1B459F4
[core]
excludesfile = "$HOME/.gitignore"
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[init]
defaultBranch = master
[commit]
gpgSign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = osxkeychain
useHttpPath = true