feat: use homebrew path

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2025-01-08 01:15:30 +01:00
parent ca991bcc2c
commit f50d7638b7
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -59,3 +59,5 @@
[rerere]
enabled = true
[commit]
gpgsign = true

View File

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