feat: use homebrew path
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
ca991bcc2c
commit
f50d7638b7
@ -59,3 +59,5 @@
|
||||
|
||||
[rerere]
|
||||
enabled = true
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
@ -1,7 +1,11 @@
|
||||
[user]
|
||||
name = {{ .gitea_name }}
|
||||
email = {{ .gitea_email }}
|
||||
{{ if .homebrew }}
|
||||
signingkey = /Users/kah/.ssh/id_clank
|
||||
{{ else }}
|
||||
signingkey = /home/kjuulh/.ssh/id_clank
|
||||
{{ end }}
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
Loading…
Reference in New Issue
Block a user