30 lines
633 B
INI
30 lines
633 B
INI
[init]
|
|
defaultBranch = master
|
|
|
|
[user]
|
|
name = Karsten Hachmeister
|
|
email = karsten@hachmeister.org
|
|
|
|
[delta]
|
|
navigate = true
|
|
light = false
|
|
syntax-theme = Custom
|
|
line-numbers = true
|
|
diff-so-fancy = true
|
|
file-style = blue
|
|
file-decoration-style = blue ul
|
|
hunk-header-style = line-number syntax
|
|
hunk-header-decoration-style = blue box
|
|
|
|
[merge]
|
|
conflictstyle = diff3
|
|
|
|
[includeIf "gitdir:~/projects/hachmeister/"]
|
|
path = ~/projects/hachmeister/.gitconfig
|
|
|
|
[includeIf "gitdir:~/projects/av-portal/"]
|
|
path = ~/projects/av-portal/.gitconfig
|
|
|
|
[includeIf "gitdir:~/projects/kubernetes/"]
|
|
path = ~/projects/kubernetes/.gitconfig
|