28 lines
358 B
Django/Jinja
28 lines
358 B
Django/Jinja
# {{ ansible_managed }}
|
|
#
|
|
[user]
|
|
email = sonny871@hotmail.com
|
|
name = Sonny Bakker
|
|
signingkey = {{ gpg_pub_key }}
|
|
|
|
[core]
|
|
editor = nvim
|
|
pager = delta
|
|
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
|
|
[pull]
|
|
rebase = false
|
|
|
|
[merge]
|
|
tool = nvimdiff
|
|
conflictstyle = diff3
|
|
|
|
[diff]
|
|
colorMoved = default
|
|
|
|
[delta]
|
|
navigate = true
|
|
hyperlinks = true
|
|
line-numbers = true
|