dotfiles/files/gitconfig.conf

27 lines
510 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-09-10 08:53:04 +01:00
{% if ansible_fqdn == "TOO-Work" %}
2018-03-31 18:13:48 +01:00
path = ~/.dotfiles/git/work.conf
2018-09-10 08:53:04 +01:00
{% else %}
2018-03-31 18:13:48 +01:00
path = ~/.dotfiles/git/personal.conf
2018-09-10 08:53:04 +01:00
{% endif %}
2018-03-31 18:55:32 +01:00
[includeIf "gitdir:~/sourcebots/"]
path = ~/.dotfiles/git/sourcebots.conf
[includeIf "gitdir:~/Repositories/"]
path = ~/.dotfiles/git/personal.conf