dotfiles/.chezmoitemplates/dot_gitconfig_windows.tmpl
2024-05-14 22:37:58 +08:00

14 lines
No EOL
423 B
Cheetah

[gpg]
format = ssh
[gpg "ssh"]
program = "{{ .chezmoi.homeDir | replaceAllRegex "/" "\\\\" -}}\\AppData\\Local\\1Password\\app\\8\\op-ssh-sign.exe"
[commit]
gpgsign = true
[user]
signingkey = {{ .git.default.publicKey }}
name = {{ .git.default.name }}
email = {{ .git.default.email }}
[credential "helperselector"]
selected = wincred
[core]
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe"