dotfiles/dot_config/gh/run_onchange_gh-extensions.fish.tmpl

11 lines
196 B
Cheetah
Raw Normal View History

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