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
6d8603f31f
commit
a1cc013f52
5 changed files with 23 additions and 0 deletions
0
.chezmoitemplates/dot_gitconfig_linux.tmpl
Normal file
0
.chezmoitemplates/dot_gitconfig_linux.tmpl
Normal file
10
.chezmoitemplates/dot_gitconfig_windows.tmpl
Normal file
10
.chezmoitemplates/dot_gitconfig_windows.tmpl
Normal 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 }}
|
0
.chezmoitemplates/dot_gitconfig_wsl.tmpl
Normal file
0
.chezmoitemplates/dot_gitconfig_wsl.tmpl
Normal file
Loading…
Add table
Add a link
Reference in a new issue