dotfiles/.chezmoitemplates/dot_gitconfig_linux.tmpl
2024-09-21 10:56:25 +08:00

13 lines
292 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