feat(git): switch to $XDG_CONFIG_HOME/git/
This commit is contained in:
parent
4d3ef27cd2
commit
21f499d6de
3 changed files with 41 additions and 32 deletions
32
.gitconfig
32
.gitconfig
|
|
@ -1,32 +0,0 @@
|
|||
[user]
|
||||
name = Oliver Ladner
|
||||
email = waste@lugh.ch
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
diff = auto
|
||||
interactive = auto
|
||||
status = auto
|
||||
|
||||
[credential]
|
||||
helper = cache --timeout 43200
|
||||
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
|
||||
[include]
|
||||
path = ~/.gitconfig.local
|
||||
[http]
|
||||
postBuffer = 524288000
|
||||
version = HTTP/2
|
||||
[pull]
|
||||
rebase = false
|
||||
[safe]
|
||||
directory = /opt/homebrew
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
Loading…
Add table
Add a link
Reference in a new issue