Added git-credential-oauth to .chezmoiexternals

This commit is contained in:
Lockszmith (@kateryna) 2024-11-25 00:12:17 -05:00
parent 2a630983a6
commit 0eac31ed2d
1 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,17 @@
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
{{- with $repo := "hickford/git-credential-oauth" -}}
{{- with $version := trimPrefix "v" (gitHubLatestRelease $repo).GetTagName -}}
{{- $_ := set $externals ".local/bin/git-credential-oauth" (dict
"type" "archive-file"
"url" (printf "https://github.com/%s/releases/download/v%s/git-credential-oauth_%s_linux_amd64.tar.gz" $repo $version $version)
"path" "git-credential-oauth"
"refreshPeriod" "168h")
-}}
{{- end -}}
{{- end -}}
{{- with $repo := "zellij-org/zellij" -}} {{- with $repo := "zellij-org/zellij" -}}
{{- with $version := (gitHubLatestRelease $repo).GetTagName -}} {{- with $version := (gitHubLatestRelease $repo).GetTagName -}}
{{- $_ := set $externals ".cache/chezmoi/tmp/zellij" (dict {{- $_ := set $externals ".cache/chezmoi/tmp/zellij" (dict