Skip to content

Commit

Permalink
fix(chezmoi): update install package scripts with package names for a…
Browse files Browse the repository at this point in the history
…pt and brew(cask)
  • Loading branch information
entelecheia committed Jun 23, 2023
1 parent f8e833f commit bf3598d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ source "${HOME}/.config/shrc/00-dotfiles-export"
# {{- if (hasKey . "install_packages") -}}
# {{ .install_packages.user }}
# {{- end }}
# .chezmoidata.yaml hash: {{ include ".chezmoidata.yaml" | sha256sum }}
# {{- if and (eq .chezmoi.os "linux") (.system.apply_rootmoi) (.system.is_sudoer) }}
# {{- range .packages }}{{ if and (hasKey . "apt") ( .apt ) }}{{ .name }} {{ end }}{{ end }}
# dotfiles-install-apt-pkgs hash: {{ include "dot_local/bin/executable_dotfiles-install-apt-pkgs.tmpl" | sha256sum }}
dotfiles-install-apt-pkgs
# {{- end }}
# {{- if eq .chezmoi.os "darwin" }}
# {{- range .packages }}{{ if and (hasKey . "brew") ( .brew ) }}{{ .name }} {{ end }}{{ end }}
# {{- range .packages }}{{ if and (hasKey . "brewcask") ( .brewcask ) }}{{ .name }} {{ end }}{{ end }}
# dotfiles-install-brew-pkgs hash: {{ include "dot_local/bin/executable_dotfiles-install-brew-pkgs.tmpl" | sha256sum }}
dotfiles-install-brew-pkgs
# {{- end }}

0 comments on commit bf3598d

Please sign in to comment.