add gitconfig

This commit is contained in:
Christoph J. Scherr 2023-09-10 01:49:49 +02:00
parent dbf050a909
commit f482554f1a
3 changed files with 10 additions and 1 deletions

@ -1 +1 @@
Subproject commit 252961b01417468be15bf02ddb5f1e80d2ee24a3
Subproject commit 3bd2e5fa6ebb4e095b6b5bcc5665cb2e50f1d679

8
.gitconfig Normal file
View File

@ -0,0 +1,8 @@
[user]
email = software@cscherr.de
name = PlexSheep
signingkey = software@cscherr.de
[credential]
helper = store --file ~/.git-credentials
[commit]
gpgsign = false

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
!.zsh
!.zsh/**
!.tmux.conf
!.gitconfig