17 lines
358 B
Cheetah
17 lines
358 B
Cheetah
[user]
|
|
name = {{ .gitea_name }}
|
|
email = {{ .gitea_email }}
|
|
{{ if .homebrew }}
|
|
signingkey = /Users/kah/.ssh/id_ed25519
|
|
{{ else }}
|
|
signingkey = /home/kjuulh/.ssh/id_ed25519
|
|
{{ end }}
|
|
|
|
[gpg]
|
|
format = ssh
|
|
|
|
[url "ssh://git@git.front.kjuulh.io/"]
|
|
insteadOf = https://git.front.kjuulh.io/
|
|
[url "ssh://git@github.com/"]
|
|
insteadOf = https://github.com/
|