dotfiles/.chezmoitemplates/dot_gitconfig_linux.tmpl
2025-02-21 19:25:08 +08:00

29 lines
624 B
Cheetah

[gpg]
format = ssh
[gpg "ssh"]
program = "/opt/1Password/op-ssh-sign"
[commit]
gpgsign = true
[user]
signingkey = {{ .git.default.publicKey }}
name = {{ .git.default.name }}
email = {{ .git.default.email }}
[credential]
helper = cache --timeout 21600
helper = oauth
[hub]
protocol = ssh
[http]
postBuffer = 624288000
[lfs]
concurrenttransfers = 10
activitytimeout = 3600
dialtimeout = 3600
keepalive = 3600
tlstimeout = 3600
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true