update git config
This commit is contained in:
15
.config/git/config
Normal file
15
.config/git/config
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
[init]
|
||||||
|
defaultBranch = master
|
||||||
|
|
||||||
|
[core]
|
||||||
|
editor = helix
|
||||||
|
|
||||||
|
[color]
|
||||||
|
status = always
|
||||||
|
|
||||||
|
[log]
|
||||||
|
date = local
|
||||||
|
|
||||||
|
[include]
|
||||||
|
path = config.user
|
||||||
|
path = config.local
|
||||||
3
.config/git/config.user##default
Normal file
3
.config/git/config.user##default
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
name = Karsten Hachmeister
|
||||||
|
email = karsten@hachmeister.org
|
||||||
3
.config/git/config.user##u.hachmeisterk
Normal file
3
.config/git/config.user##u.hachmeisterk
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
name = Karsten Hachmeister
|
||||||
|
email = karsten.hachmeister@tib.eu
|
||||||
29
.gitconfig
29
.gitconfig
@@ -1,29 +0,0 @@
|
|||||||
[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
|
|
||||||
Reference in New Issue
Block a user