From 2b215fd7882e23a91b40a2800f3cb7ddaacf07d0 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Thu, 10 Oct 2024 11:53:25 -0400 Subject: [PATCH] feat: some work-related packages --- home/run_once_01install-packages.sh.tmpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 }}