[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 (Apr 26, 2026, 10:37 PM -0700) 66dfcefa 50d145ab

+6
+6
private_dot_config/git/config.tmpl
··· 136 136 driver = mergiraf merge --git %O %A %B -s %S -x %X -y %Y -p %P -l %L 137 137 [gitget] 138 138 root = "{{ .chezmoi.homeDir }}{{ .chezmoi.pathSeparator }}Developer" 139 + [credential "https://github.com"] 140 + helper = 141 + helper = !/opt/homebrew/bin/gh auth git-credential 142 + [credential "https://gist.github.com"] 143 + helper = 144 + helper = !/opt/homebrew/bin/gh auth git-credential