1
0
This commit is contained in:
Jeff Lance 2024-03-03 15:51:37 +01:00
parent 9d6ef3cffb
commit 9b153da4ae
2 changed files with 4 additions and 4 deletions

View File

@ -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']=''
)

View File

@ -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 }}