mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12: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]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
[gpg "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]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[user]
|
[user]
|
||||||
|
@ -10,4 +10,5 @@
|
||||||
email = {{ .git.reeink.email }}
|
email = {{ .git.reeink.email }}
|
||||||
[credential "helperselector"]
|
[credential "helperselector"]
|
||||||
selected = wincred
|
selected = wincred
|
||||||
|
[core]
|
||||||
|
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe"
|
Loading…
Add table
Add a link
Reference in a new issue