1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
Karsten Hachmeister
26102c7672 remove special git config files 2025-01-31 13:08:38 +01:00
Karsten Hachmeister
bbf6ac21b4 add ssh config 2025-01-31 13:03:06 +01:00
Karsten Hachmeister
ed5fbd5ff4 update git config 2025-01-31 12:41:39 +01:00
6 changed files with 39 additions and 31 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

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

View File

@@ -1,2 +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

22
.ssh/config Normal file
View File

@@ -0,0 +1,22 @@
#
# General
#
Host *
ServerAliveInterval 200
AddKeysToAgent yes
CheckHostIP no
ForwardAgent yes
GSSAPIAuthentication no
StrictHostKeyChecking no
ControlMaster auto
ControlPersist 60s
ControlPath /tmp/ssh-%r@%h:%p
#
# Includes
#
Include config.d/*

View File

@@ -1,2 +0,0 @@
[user]
email = karsten.hachmeister@tib.eu