From 39e4c433825ab5c9f11cf7e50a33df1ce37d2a11 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 1 Mar 2024 12:42:37 +0100 Subject: [PATCH] Up. --- .../run_onchange_after_10-install-packages.sh.tmpl | 1 + .../run_onchange_after_80-install-nvim.sh.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl index a3bcd59..c16f073 100644 --- a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -14,6 +14,7 @@ inf() { packages=( curl direnv + pass ranger tmux trash-cli diff --git a/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl index 062dcda..b096a61 100644 --- a/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl @@ -55,9 +55,9 @@ log "Begin LVim installation" {{- end}} ## Install packages - packages=(${packages[@]//go/golang}) - packages=(${packages[@]//python/python3}) - packages=(${packages[@]//neovim/}) + packages[1]=golang + packages=(${packages[@]/python/python3}) + packages=(${packages[@]/neovim/}) for package in ${packages[@]}; do inf "installing ${package}..."