dotfiles/dot_gitconfig.tmpl

16 lines
307 B
Cheetah
Raw Normal View History

2023-02-11 14:11:00 +01:00
[user]
name = Jan Eitzinger
email = jan@moebiusband.org
2024-05-17 10:02:29 +02:00
signingkey = B90D6DD5
2023-02-11 14:11:00 +01:00
[pull]
rebase = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
2024-12-26 08:53:26 +01:00
{{- if ne .chezmoi.hostname "fangorn" }}
2024-05-17 10:00:44 +02:00
[commit]
gpgsign = true
2024-12-26 08:53:26 +01:00
{{- end }}