add zed config/ add linux ssh/git config

This commit is contained in:
reonokiy 2024-09-20 12:13:52 +08:00
parent 410484752c
commit 2a34219c63
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
8 changed files with 1514 additions and 5 deletions

View file

@ -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 }}

View file

@ -0,0 +1,2 @@
Host *
IdentityAgent ~/.1password/agent.sock

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@