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]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
[user]
|
[user]
|
||||||
name = {{ .gitea_name }}
|
name = {{ .gitea_name }}
|
||||||
email = {{ .gitea_email }}
|
email = {{ .gitea_email }}
|
||||||
|
{{ if .homebrew }}
|
||||||
|
signingkey = /Users/kah/.ssh/id_clank
|
||||||
|
{{ else }}
|
||||||
signingkey = /home/kjuulh/.ssh/id_clank
|
signingkey = /home/kjuulh/.ssh/id_clank
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user