11 lines
196 B
Cheetah
11 lines
196 B
Cheetah
|
{{- if lookPath "gh" -}}
|
||
|
#!/usr/bin/env fish
|
||
|
|
||
|
# {{ include ".chezmoidata/gh-extensions.toml" | sha256sum }}
|
||
|
|
||
|
{{ range .packages.gh.install -}}
|
||
|
gh extension install {{ . }}
|
||
|
{{ end -}}
|
||
|
|
||
|
{{- end -}}
|