26 lines
520 B
Text
26 lines
520 B
Text
[core]
|
|
excludesfile = ~/.config/.gitignore
|
|
|
|
[user]
|
|
name = Jake Howard
|
|
|
|
[github]
|
|
user = RealOrangeOne
|
|
|
|
[rerere]
|
|
enabled = true
|
|
autoupdate = true
|
|
|
|
[include]
|
|
path = ~/.dotfiles/git/private.conf
|
|
<% if @trusted['hostname'] == 'too-work' -%>
|
|
path = ~/.dotfiles/git/work.conf
|
|
<% else -%>
|
|
path = ~/.dotfiles/git/personal.conf
|
|
<% end -%>
|
|
|
|
[includeIf "gitdir:~/sourcebots/"]
|
|
path = ~/.dotfiles/git/sourcebots.conf
|
|
|
|
[includeIf "gitdir:~/Repositories/"]
|
|
path = ~/.dotfiles/git/personal.conf
|