diff --git a/private_dot_config/git/config.tmpl b/private_dot_config/git/config.tmpl index ec288fa..d45bb86 100644 --- a/private_dot_config/git/config.tmpl +++ b/private_dot_config/git/config.tmpl @@ -136,3 +136,9 @@ driver = mergiraf merge --git %O %A %B -s %S -x %X -y %Y -p %P -l %L [gitget] root = "{{ .chezmoi.homeDir }}{{ .chezmoi.pathSeparator }}Developer" +[credential "https://github.com"] + helper = + helper = !/opt/homebrew/bin/gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !/opt/homebrew/bin/gh auth git-credential \ No newline at end of file