mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 06:32:51 +02:00
13 lines
No EOL
361 B
Cheetah
13 lines
No EOL
361 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 }}
|
|
[credential "helperselector"]
|
|
selected = wincred
|
|
|