mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
14 lines
No EOL
420 B
Cheetah
14 lines
No EOL
420 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
|
|
[core]
|
|
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe" |