From 9b153da4aec6b2f530a3060bfd61525bb373cf42 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 15:51:37 +0100 Subject: [PATCH] Up. --- .../run_onchange_after_11-install-asdf-plugins.sh.tmpl | 1 + .../run_onchange_after_20-prepare-shell.sh.tmpl | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl index a72540f..3d9714c 100644 --- a/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl @@ -22,6 +22,7 @@ plugins=( ['opam']='https://github.com/asdf-community/asdf-opam.git' ['ruby']='https://github.com/asdf-vm/asdf-ruby.git' ['rust']='https://github.com/code-lever/asdf-rust.git' + ['starship']='' ) diff --git a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl index 6124d99..be23997 100644 --- a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl @@ -16,7 +16,6 @@ ZIMDIR=${HOME}/.zim: # Packages to install packages=( - starship zsh ) @@ -52,7 +51,7 @@ log "Begin Zsh installation" apt upgrade --yes -qq {{- end}} - packages=(${packages[@]//starship/}) + ## packages=(${packages[@]//starship/}) ## install packages for package in ${packages[@]}; do @@ -65,8 +64,8 @@ log "Begin Zsh installation" {{- end }} done - inf "installing starship..." - mist install starship-bin + ## inf "installing starship..." + ## mist install starship-bin {{- end }}