Add .chezmoidata/gh-extensions.toml

Add .config/gh/gh-extensions.fish
Update .config/packages/arch-packages.fish
This commit is contained in:
punkfairie 2024-04-27 15:53:34 -07:00
parent ae84ca1198
commit 550a45e957
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,2 @@
[packages.gh]
install = ["dlvhdr/gh-dash"]

View file

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

View file

@ -1,4 +1,4 @@
{{ if eq .chezmoi.osRelease.id "arch" -}}
{{ if lookPath "yay" -}}
#!/usr/bin/env fish
{{ range (glob ".config/packages/arch?*") -}}