dotfiles/.chezmoitemplates/dot_gitconfig_windows.tmpl
2024-03-08 22:10:00 +08:00

10 lines
304 B
Cheetah

[gpg]
format = ssh
[gpg "ssh"]
program = {{ .chezmoi.homeDir | replaceAllRegex "/" "\\\\" -}}\\AppData\\Local\\1Password\\app\\8\\op-ssh-sign.exe
[commit]
gpgsign = true
[user]
signingkey = {{ .git.reeink.publicKey }}
name = {{ .git.reeink.name }}
email = {{ .git.reeink.email }}