move gitconfig to top of home
This commit is contained in:
23
git/.gitconfig
Normal file
23
git/.gitconfig
Normal file
@@ -0,0 +1,23 @@
|
||||
[user]
|
||||
name = Marco
|
||||
email = mrckndt@riseup.net
|
||||
signingkey = 89A36EAC3D3F4AF7
|
||||
[core]
|
||||
compression = 9
|
||||
excludesfile = ~/.gitignore
|
||||
pager = less -F -X
|
||||
#pager = cat
|
||||
[color]
|
||||
ui = auto
|
||||
[diff]
|
||||
tool = nvim -d
|
||||
[push]
|
||||
default = current
|
||||
[pull]
|
||||
rebase = false
|
||||
[help]
|
||||
autocorrect = 1
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[cola]
|
||||
spellcheck = false
|
||||
Reference in New Issue
Block a user