gitconfig: Don't user private gpg key on buran

This commit is contained in:
2024-09-17 11:35:08 +02:00
parent 7b4a78692b
commit e8f6d38da5

33
tree/.gitconfig.tpl Normal file
View File

@ -0,0 +1,33 @@
[user]
name = Joakim Hulthe
{% if hostname != "buran" %}
email = joakim@hulthe.net
signingkey = joakim@hulthe.net
{% end %}
[commit]
gpgSign = true
[pull]
rebase = true
[core]
editor = nvim
[init]
defaultBranch = master
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[diff]
external = difft
[interactive]
diffFilter = delta --color-only
[log]
showSignature = true