Skip to content

Commit

Permalink
fix(chezmoi): add path entry and run dotfiles-install-brew-pkgs script
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 24, 2023
1 parent bc5eb33 commit 755b8ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
# {{ template "scripts-library" }}
log_task "00. Installing packages for macOS"

ensure_path_entry "${HOME}/.local/bin"
# package list
# {{- if (hasKey . "install_packages") -}}
# {{ .install_packages.user }}
# {{- end }}
# .chezmoidata.yaml hash: {{ include ".chezmoidata.yaml" | sha256sum }}
# dotfiles-install-brew-pkgs hash: {{ include "dot_local/bin/executable_dotfiles-install-brew-pkgs.tmpl" | sha256sum }}
"${HOME}/.local/bin/dotfiles-install-brew-pkgs"
dotfiles-install-brew-pkgs

# {{ end -}}

0 comments on commit 755b8ce

Please sign in to comment.