From 5a4b35c5c05a292225b731ea0cc6da411bad6a96 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 7 Nov 2024 19:47:00 -0600 Subject: [PATCH] Add fzf to packge install list --- home/run_onchange_install-packages.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/run_onchange_install-packages.sh.tmpl b/home/run_onchange_install-packages.sh.tmpl index 3ceb4aa..2d6a607 100644 --- a/home/run_onchange_install-packages.sh.tmpl +++ b/home/run_onchange_install-packages.sh.tmpl @@ -28,7 +28,7 @@ fi {{/* libpq-dev libssh-dev libsqlite3-dev */ -}} echo "chezmoi: Installing apt packages" -PACKAGES='git zsh fish sqlite curl ripgrep' # Install and/or update +PACKAGES='git fzf zsh fish sqlite curl ripgrep' # Install and/or update sudo apt install -y $PACKAGES INSTALL_ONLY_PACKAGES='iperf3 unzip p7zip-full nmap reptyr' # Install only if missing