Skip to content

Commit

Permalink
feat(dotfiles-install-script): add TODOs for OS-specific package inst…
Browse files Browse the repository at this point in the history
…allation
  • Loading branch information
entelecheia committed Aug 4, 2023
1 parent 2dd198e commit e192552
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ for package in "${DOTFILES_PKGS_SCRIPT[@]}"; do
done
log_info "Wanted packages: ${wanted_packages[*]}"

# TODO: need to check OS and install packages accordingly
# TODO: separate script_cmd into OS-specific scripts
{{- range .packages }}
{{- if and (hasKey . "script") ( .script ) (hasKey . "script_cmd") ( .script_cmd ) }}
# installing {{ .name }}
Expand Down

0 comments on commit e192552

Please sign in to comment.