31 lines
569 B
Text
31 lines
569 B
Text
[core]
|
|
excludesfile = ~/.config/.gitignore
|
|
|
|
[user]
|
|
name = Jake Howard
|
|
|
|
[github]
|
|
user = RealOrangeOne
|
|
|
|
[rerere]
|
|
enabled = true
|
|
autoupdate = true
|
|
|
|
[commit]
|
|
verbose = true
|
|
|
|
[include]
|
|
{% if ansible_fqdn == "TOO-Work" %}
|
|
path = ~/.dotfiles/git/work.conf
|
|
{% else %}
|
|
path = ~/.dotfiles/git/personal.conf
|
|
{% endif %}
|
|
|
|
[includeIf "gitdir:~/sourcebots/"]
|
|
path = ~/.dotfiles/git/sourcebots.conf
|
|
|
|
[includeIf "gitdir:~/Repositories/"]
|
|
path = ~/.dotfiles/git/personal.conf
|
|
|
|
[includeIf "gitdir:~/DabApps/"]
|
|
path = ~/.dotfiles/git/work.conf
|