Compare commits
3 Commits
edf8dad73b
...
26102c7672
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26102c7672 | ||
|
|
bbf6ac21b4 | ||
|
|
ed5fbd5ff4 |
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
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
[user]
|
[user]
|
||||||
|
name = Karsten Hachmeister
|
||||||
email = karsten@hachmeister.org
|
email = karsten@hachmeister.org
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
[user]
|
[user]
|
||||||
|
name = Karsten Hachmeister
|
||||||
email = karsten.hachmeister@tib.eu
|
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
|
|
||||||
22
.ssh/config
Normal file
22
.ssh/config
Normal 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/*
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
[user]
|
|
||||||
email = karsten.hachmeister@tib.eu
|
|
||||||
Reference in New Issue
Block a user