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

24 lines
441 B
Plaintext
Raw Normal View History

2018-03-31 18:13:48 +01:00
[core]
2018-03-31 18:18:20 +01:00
excludesfile = ~/.config/.gitignore
2018-03-31 18:13:48 +01:00
[user]
name = Jake Howard
2018-03-31 18:18:20 +01:00
[github]
user = RealOrangeOne
2018-04-13 17:13:22 +01:00
[rerere]
enabled = true
autoupdate = true
2018-03-31 18:13:48 +01:00
[include]
2018-03-31 18:17:45 +01:00
path = ~/.dotfiles/git/private.conf
2018-03-31 18:13:48 +01:00
<% if @trusted['hostname'] == 'too-work' -%>
path = ~/.dotfiles/git/work.conf
<% else -%>
path = ~/.dotfiles/git/personal.conf
<% end -%>
2018-03-31 18:55:32 +01:00
[includeIf "gitdir:~/sourcebots/"]
path = ~/.dotfiles/git/sourcebots.conf