[READ-ONLY] Mirror of https://github.com/plttn/dotfiles.
0

Configure Feed

Select the types of activity you want to include in your feed.

Update .config/git/config

Jack Platten (May 20, 2026, 2:20 PM -0700) d16bcf3b 395104dd

+6 -6
+6 -6
private_dot_config/git/config.tmpl
··· 84 84 followTags = true 85 85 86 86 [includeIf "hasconfig:remote.*.url:https://github.com/**"] 87 - path = "{{ .chezmoi.homeDir }}{{ .chezmoi.pathSeparator }}.gitconfig.d{{ .chezmoi.pathSeparator }}github.conf" 87 + path = "{{ joinPath .chezmoi.homeDir .gitconfig.d github.conf}}" 88 88 [includeIf "hasconfig:remote.*.url:git@github.com:*/**"] 89 - path = "{{ .chezmoi.homeDir }}{{ .chezmoi.pathSeparator }}.gitconfig.d{{ .chezmoi.pathSeparator }}github.conf" 89 + path = "{{ joinPath .chezmoi.homeDir .gitconfig.d github.conf}}" 90 90 [includeIf "hasconfig:remote.*.url:ssh://git@github.com:*/**"] 91 - path = "{{ .chezmoi.homeDir }}{{ .chezmoi.pathSeparator }}.gitconfig.d{{ .chezmoi.pathSeparator }}github.conf" 91 + path = "{{ joinPath .chezmoi.homeDir .gitconfig.d github.conf}}" 92 92 [includeIf "hasconfig:remote.*.url:ssh://git@gitlab.com:*/**"] 93 - path = "{{ .chezmoi.homeDir }}{{ .chezmoi.pathSeparator }}.gitconfig.d{{ .chezmoi.pathSeparator }}gitlab.conf" 93 + path = "{{ joinPath .chezmoi.homeDir .gitconfig.d gitlab.conf}}" 94 94 [includeIf "hasconfig:remote.*.url:https://gitlab.com/**"] 95 - path = "{{ .chezmoi.homeDir }}{{ .chezmoi.pathSeparator }}.gitconfig.d{{ .chezmoi.pathSeparator }}gitlab.conf" 95 + path = "{{ joinPath .chezmoi.homeDir .gitconfig.d gitlab.conf}}" 96 96 [includeIf "hasconfig:remote.*.url:git@gitlab.com:*/**"] 97 - path = "{{ .chezmoi.homeDir }}{{ .chezmoi.pathSeparator }}.gitconfig.d{{ .chezmoi.pathSeparator }}gitlab.conf" 97 + path = "{{ joinPath .chezmoi.homeDir .gitconfig.d gitlab.conf}}" 98 98 99 99 [pager] 100 100 difftool = true