.dotfiles/dot_gitconfig.tmpl

23 lines
483 B
Cheetah

[user]
email = thomas@hexasec.io
name = tombdf
signingkey = A047E76CC4582988
[init]
defaultBranch = main
[commit]
gpgsign = true
template = /home/thomas/.gitmessage
[core]
pager = delta
[include]
path = /home/thomas/themes.gitconfig
[interactive]
diffFilter = delta --color-only
[delta]
features = gruvmax-fang
hyperlinks = true
navigate = true # use n and N to move between diff sections
side-by-side = true
[merge]
conflictstyle = zdiff3