Add separate work/personal configs
This commit is contained in:
parent
a35e0eda96
commit
927776d7f5
3 changed files with 13 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
[user]
|
||||
# personal info
|
||||
email = josh@redstrate.com
|
||||
name = Joshua Goins
|
||||
signingkey = 0xD28B9141A3B3A73A
|
||||
[core]
|
||||
# disable autocrlf
|
||||
autocrlf = input
|
||||
|
@ -35,3 +33,9 @@
|
|||
smtpencryption = tls
|
||||
smtpserverport = 587
|
||||
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
|
||||
|
|
4
private_dot_config/git/config-personal
Normal file
4
private_dot_config/git/config-personal
Normal file
|
@ -0,0 +1,4 @@
|
|||
[user]
|
||||
name = Joshua Goins
|
||||
email = josh@redstrate.com
|
||||
signingkey = 0xD28B9141A3B3A73A
|
3
private_dot_config/git/config-work
Normal file
3
private_dot_config/git/config-work
Normal file
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
name = Joshua Goins
|
||||
email = josh@redstrate.com
|
Loading…
Add table
Reference in a new issue