add windows git config

This commit is contained in:
reeink 2024-03-08 22:10:00 +08:00
parent 6d8603f31f
commit a1cc013f52
No known key found for this signature in database
5 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[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 }}

View file