git config things
This commit is contained in:
parent
cf9d713789
commit
f4adbef7b8
|
@ -9,6 +9,12 @@
|
|||
[credential]
|
||||
helper = store
|
||||
[core]
|
||||
editor = nvim
|
||||
excludesfile = ~/.config/git/excludes
|
||||
whitespace = tab-in-indent
|
||||
[include]
|
||||
path = ~/.config/git/host-setup
|
||||
[merge]
|
||||
tool = nvimdiff1
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
|
Loading…
Reference in New Issue