add .gitconfig
This commit is contained in:
29
.gitconfig
Normal file
29
.gitconfig
Normal 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
|
||||
2
projects/av-portal/.gitconfig
Normal file
2
projects/av-portal/.gitconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
[user]
|
||||
email = karsten.hachmeister@tib.eu
|
||||
2
projects/hachmeister/.gitconfig
Normal file
2
projects/hachmeister/.gitconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
[user]
|
||||
email = karsten@hachmeister.org
|
||||
2
projects/kubernetes/.gitconfig
Normal file
2
projects/kubernetes/.gitconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
[user]
|
||||
email = karsten.hachmeister@tib.eu
|
||||
Reference in New Issue
Block a user