Initialize repository with old config

This commit is contained in:
2023-06-09 11:11:23 +02:00
commit 72e4eb1262
8 changed files with 278 additions and 0 deletions

17
.config/git/config Normal file
View File

@@ -0,0 +1,17 @@
[core]
autocrlf = input
editor = nvim
[user]
email = foss@dominikdoerr.de
name = Dominik Dörr
signingkey = DE31470EFB8AF867
[init]
defaultBranch = main
[merge]
tool = vimdiff
[pull]
rebase = true
[commit]
gpgsign = true
[tag]
gpgsign = true