dotfiles/.chezmoitemplates/dot_gitconfig_linux.tmpl

10 lines
225 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 }}