Add moar to .chezmoiexternal
This commit is contained in:
parent
b91082c998
commit
0cb7475cf2
|
@ -148,6 +148,17 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- with $repo := "walles/moar" -}}
|
||||||
|
{{- with $version := (gitHubLatestRelease $repo).GetTagName -}}
|
||||||
|
{{- $_ := set $externals ".local/bin/moar" (dict
|
||||||
|
"type" "file"
|
||||||
|
"url" (printf "https://github.com/%s/releases/download/%s/moar-%s-%s" $repo $version $version $myArch)
|
||||||
|
"executable" true
|
||||||
|
"refreshPeriod" $defaultRefresh
|
||||||
|
) -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
# valid arch strings:
|
# valid arch strings:
|
||||||
# Darwin_arm64
|
# Darwin_arm64
|
||||||
|
|
Loading…
Reference in New Issue