mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 14:33:41 +02:00
update ssh gitconfig file for wsl
This commit is contained in:
parent
908d4acc40
commit
55898254ec
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
[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
|
Loading…
Add table
Add a link
Reference in a new issue