mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 22:22:53 +02:00
12 lines
347 B
Cheetah
12 lines
347 B
Cheetah
[gpg]
|
|
format = ssh
|
|
[gpg "ssh"]
|
|
program = /mnt/c/Users/{{- (output "powershell.exe" "$env:UserName") | trim -}}/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
|