dotfiles/modules/config/templates/gitconfig.conf.erb

13 lines
233 B
Text
Raw Normal View History

2018-03-31 18:13:48 +01:00
[core]
excludesfile = ~/.config/.gitignore
[user]
name = Jake Howard
[include]
<% if @trusted['hostname'] == 'too-work' -%>
path = ~/.dotfiles/git/work.conf
<% else -%>
path = ~/.dotfiles/git/personal.conf
<% end -%>