1
0

update git config

This commit is contained in:
Karsten Hachmeister
2025-01-31 12:35:46 +01:00
parent edf8dad73b
commit ed5fbd5ff4
4 changed files with 21 additions and 29 deletions

15
.config/git/config Normal file
View File

@@ -0,0 +1,15 @@
[init]
defaultBranch = master
[core]
editor = helix
[color]
status = always
[log]
date = local
[include]
path = config.user
path = config.local

View File

@@ -0,0 +1,3 @@
[user]
name = Karsten Hachmeister
email = karsten@hachmeister.org

View File

@@ -0,0 +1,3 @@
[user]
name = Karsten Hachmeister
email = karsten.hachmeister@tib.eu

View File

@@ -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