dotfiles/git/config

32 lines
597 B
Plaintext

[user]
name = Ben Kreeger
email = ben@kree.gr
signingkey = D07159D934DFBF93
[core]
editor = nvim
compression = 0
packedGitLimit = 512m
packedGitWindowSize = 512m
[pack]
deltaCacheSize = 2047m
packSizeLimit = 2047m
windowMemory = 2047m
[color]
ui = true
[github]
user = kreeger
[push]
default = matching
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[commit]
gpgsign = true
[init]
defaultBranch = main
[pull]
ff = only
[includeIf "gitdir:/home/"]
path = ~/.config/git/config-linux