1
0

add .gitconfig

This commit is contained in:
2024-02-16 15:26:18 +01:00
parent 208eb6b952
commit 9124c79c50
4 changed files with 35 additions and 0 deletions

29
.gitconfig Normal file
View File

@@ -0,0 +1,29 @@
[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