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 188bfb4..959200d 100644 --- a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -15,6 +15,7 @@ packages=( curl direnv pass + libyaml ranger rustup tmux @@ -92,7 +93,8 @@ packages=( mist update ## Install packages - packages=(${packages[@]//starship/makedeb}) + packages=(${packages[@]/starship/makedeb}) + packages=(${packages[@]/libyaml/libyaml-dev}) packages+=( apt-utils autoconf @@ -102,7 +104,6 @@ packages=( libffi-dev libtool libtool-bin - libyaml-dev ninja-build pkg-config zlib1g-dev 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 eeb3f40..92eb25f 100644 --- a/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl @@ -13,7 +13,6 @@ inf() { # Packages to install packages=( - rustup neovim python-pip python-pynvim