dotfiles/modules/config/templates/gitconfig.conf.erb
2018-03-31 18:18:20 +01:00

17 lines
311 B
Plaintext

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