mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 22:22:53 +02:00
add zed config/ add linux ssh/git config
This commit is contained in:
parent
410484752c
commit
2a34219c63
8 changed files with 1514 additions and 5 deletions
|
@ -0,0 +1,10 @@
|
|||
[gpg]
|
||||
format = ssh
|
||||
[gpg "ssh"]
|
||||
program = "/opt/1Password/op-ssh-sign"
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[user]
|
||||
signingkey = {{ .git.default.publicKey }}
|
||||
name = {{ .git.default.name }}
|
||||
email = {{ .git.default.email }}
|
2
.chezmoitemplates/dot_sshconfig_linux.tmpl
Normal file
2
.chezmoitemplates/dot_sshconfig_linux.tmpl
Normal file
|
@ -0,0 +1,2 @@
|
|||
Host *
|
||||
IdentityAgent ~/.1password/agent.sock
|
1
.chezmoitemplates/dot_sshconfig_windows.tmpl
Normal file
1
.chezmoitemplates/dot_sshconfig_windows.tmpl
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
.chezmoitemplates/dot_sshconfig_wsl.tmpl
Normal file
1
.chezmoitemplates/dot_sshconfig_wsl.tmpl
Normal file
|
@ -0,0 +1 @@
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue