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