mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 06:32:51 +02:00
12 lines
338 B
Cheetah
12 lines
338 B
Cheetah
[gpg]
|
|
format = ssh
|
|
[gpg "ssh"]
|
|
program = /mnt/c/Users/{{- output "powershell.exe" "$env:UserName" -}}/AppData/Local/1Password/app/8/op-ssh-sign-wsl
|
|
[commit]
|
|
gpgsign = true
|
|
[user]
|
|
signingkey = {{ .git.reeink.publicKey }}
|
|
name = {{ .git.reeink.name }}
|
|
email = {{ .git.reeink.email }}
|
|
[core]
|
|
sshCommand = ssh.exe
|