move gitconfig file to .config dir
This commit is contained in:
13
.config/git/config
Normal file
13
.config/git/config
Normal file
@ -0,0 +1,13 @@
|
||||
[user]
|
||||
email = nikita_bykov@proton.me
|
||||
name = Nikita Bykov
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[diff]
|
||||
tool = nvimdiff
|
||||
[merge]
|
||||
tool = nvimdiff
|
||||
[mergetool]
|
||||
keepBackup = false
|
||||
[core]
|
||||
autocrlf = input
|
||||
Reference in New Issue
Block a user