From 0b176ef6d3d01e41959caa7b36c86f92c4f1dc19 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 22 Feb 2024 15:47:28 +0100 Subject: [PATCH] Update home/.chezmoiscripts/10-install-packages.sh --- .../.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl index c4f85e6..6a97146 100644 --- a/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl @@ -5,10 +5,11 @@ set -euxo pipefail packages=( curl wget - tmux - zsh direnv starship + tmux + unzip + zsh ) {{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}