Remove git configuration
This commit is contained in:
parent
523b5cd49f
commit
75019c6049
3 changed files with 0 additions and 63 deletions
|
|
@ -1,28 +0,0 @@
|
|||
# {{ 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue