diff --git a/git/gitconfig.example b/git/gitconfig.example index 40d93ab..0df9ff7 100644 --- a/git/gitconfig.example +++ b/git/gitconfig.example @@ -1,7 +1,11 @@ -path = ~/repos/dustinws/dots/git/common.toml +[includeIf "gitdir:/"] + path = ~/repos/dustinws/dots/git/common.toml [includeIf "gitdir:~/repos/dustinws/"] path = ~/repos/dustinws/dots/git/dustinws.toml [includeIf "gitdir:~/repos/cfacorp/"] - path = ~/repos/duwstiles/dots/git/cfacorp.toml + path = ~/repos/dustinws/dots/git/cfacorp.toml + +[url "git@github.com:"] + insteadOf = https://github.com/