dotfiles/files/gitconfig.conf
2019-08-20 21:24:05 +01:00

35 lines
615 B
Plaintext

[core]
excludesfile = ~/.config/.gitignore
[user]
name = Jake Howard
[github]
user = RealOrangeOne
[rerere]
enabled = true
autoupdate = true
[commit]
verbose = true
[alias]
root = rev-parse --show-toplevel
[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