13 lines
273 B
Text
13 lines
273 B
Text
[core]
|
|
excludesfile = ~/.config/.gitignore
|
|
|
|
[user]
|
|
name = Jake Howard
|
|
|
|
[include]
|
|
path = ~/.dotfiles/git/private.conf
|
|
<% if @trusted['hostname'] == 'too-work' -%>
|
|
path = ~/.dotfiles/git/work.conf
|
|
<% else -%>
|
|
path = ~/.dotfiles/git/personal.conf
|
|
<% end -%>
|