chezmoi/dot_gitconfig_front.tmpl

17 lines
354 B
Cheetah
Raw Normal View History

2023-07-24 12:44:47 +02:00
[user]
2023-07-24 13:15:39 +02:00
name = {{ .gitea_name }}
email = {{ .gitea_email }}
{{ if .homebrew }}
signingkey = /Users/kah/.ssh/id_clank
{{ else }}
signingkey = /home/kjuulh/.ssh/id_clank
{{ end }}
2023-07-24 12:44:47 +02:00
[gpg]
format = ssh
2023-07-24 12:44:47 +02:00
2023-07-28 21:26:12 +02:00
[url "ssh://git@git.front.kjuulh.io/"]
insteadOf = https://git.front.kjuulh.io/
2023-07-31 23:27:24 +02:00
[url "ssh://git@github.com/"]
insteadOf = https://github.com/