add gitconfig

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

@ -1 +1 @@
Subproject commit 62cb8ccabe303074a6916fafd2f566e6eff489e3
Subproject commit 78b379b80a64d860abbb69e161789fcc21cd54c9

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