feat: some work-related packages

This commit is contained in:
Matthew Ryan Dillon 2024-10-10 11:53:25 -04:00
parent f094b97ad5
commit 2b215fd788

View file

@ -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 }}