From cfd7c6c13e5abcc5f60d97f2018bbe078bc4bbd9 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Thu, 10 Oct 2024 13:26:12 -0400 Subject: [PATCH] misc updates --- home/dot_zshrc.tmpl | 2 +- home/run_once_01install-packages.sh.tmpl | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index 7664280..e0cf44e 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -50,7 +50,7 @@ srcs=( "/opt/miniforge3/etc/profile.d/conda.sh" "/opt/miniforge3/etc/profile.d/mamba.sh" "$HOME/.cargo/env" - "$HOME/.zshemulateenergy" + "$HOME/.zshklaviyo" ) for fp in $srcs; do diff --git a/home/run_once_01install-packages.sh.tmpl b/home/run_once_01install-packages.sh.tmpl index c987168..b631807 100644 --- a/home/run_once_01install-packages.sh.tmpl +++ b/home/run_once_01install-packages.sh.tmpl @@ -55,6 +55,12 @@ sudo apt install \ sudo port install \ 1password-cli \ docker-credential-helper-ecr \ + gh \ jq \ - shfmt + k9s \ + kind \ + libmemcached \ + saml2aws \ + shfmt \ + stern {{ end }}