1
Fork 0

Add separate work/personal configs

This commit is contained in:
Joshua Goins 2023-10-21 08:01:09 -04:00
parent a35e0eda96
commit 927776d7f5
3 changed files with 13 additions and 2 deletions

View file

@ -1,8 +1,6 @@
[user] [user]
# personal info
email = josh@redstrate.com email = josh@redstrate.com
name = Joshua Goins name = Joshua Goins
signingkey = 0xD28B9141A3B3A73A
[core] [core]
# disable autocrlf # disable autocrlf
autocrlf = input autocrlf = input
@ -35,3 +33,9 @@
smtpencryption = tls smtpencryption = tls
smtpserverport = 587 smtpserverport = 587
annotate = yes annotate = yes
[includeIf "gitdir:~/work/"]
path = ~/.config/git/config-work
[includeIf "gitdir:~/kde/"]
path = ~/.config/git/config-personal
[includeIf "gitdir:~/sources/"]
path = ~/.config/git/config-personal

View file

@ -0,0 +1,4 @@
[user]
name = Joshua Goins
email = josh@redstrate.com
signingkey = 0xD28B9141A3B3A73A

View file

@ -0,0 +1,3 @@
[user]
name = Joshua Goins
email = josh@redstrate.com