Add .chezmoidata/gh-extensions.toml
Add .config/gh/gh-extensions.fish Update .config/packages/arch-packages.fish
This commit is contained in:
parent
ae84ca1198
commit
550a45e957
3 changed files with 13 additions and 1 deletions
2
.chezmoidata/gh-extensions.toml
Normal file
2
.chezmoidata/gh-extensions.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[packages.gh]
|
||||
install = ["dlvhdr/gh-dash"]
|
10
dot_config/gh/run_onchange_gh-extensions.fish.tmpl
Normal file
10
dot_config/gh/run_onchange_gh-extensions.fish.tmpl
Normal 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 -}}
|
|
@ -1,4 +1,4 @@
|
|||
{{ if eq .chezmoi.osRelease.id "arch" -}}
|
||||
{{ if lookPath "yay" -}}
|
||||
#!/usr/bin/env fish
|
||||
|
||||
{{ range (glob ".config/packages/arch?*") -}}
|
||||
|
|
Loading…
Reference in a new issue