mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 22:22:53 +02:00
add windows git config
This commit is contained in:
parent
9a91e31221
commit
a600b60c5f
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[gpg]
|
||||
format = ssh
|
||||
[gpg "ssh"]
|
||||
program = {{ .chezmoi.homeDir | replaceAllRegex "/" "\\\\" -}}\\AppData\\Local\\1Password\\app\\8\\op-ssh-sign.exe
|
||||
program = "{{ .chezmoi.homeDir | replaceAllRegex "/" "\\\\" -}}\\AppData\\Local\\1Password\\app\\8\\op-ssh-sign.exe"
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[user]
|
||||
|
@ -10,4 +10,5 @@
|
|||
email = {{ .git.reeink.email }}
|
||||
[credential "helperselector"]
|
||||
selected = wincred
|
||||
|
||||
[core]
|
||||
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe"
|
Loading…
Add table
Add a link
Reference in a new issue