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