diff --git a/home/run_once_01install-packages.sh.tmpl b/home/run_once_01install-packages.sh.tmpl index 5a6feed..c987168 100644 --- a/home/run_once_01install-packages.sh.tmpl +++ b/home/run_once_01install-packages.sh.tmpl @@ -49,5 +49,12 @@ sudo apt install \ tree \ wget \ -y - +{{ end }} + +{{ if eq .hosttype "work" -}} +sudo port install \ + 1password-cli \ + docker-credential-helper-ecr \ + jq \ + shfmt {{ end }}