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' ['opam']='https://github.com/asdf-community/asdf-opam.git'
['ruby']='https://github.com/asdf-vm/asdf-ruby.git' ['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
['rust']='https://github.com/code-lever/asdf-rust.git' ['rust']='https://github.com/code-lever/asdf-rust.git'
['starship']=''
) )

View File

@ -16,7 +16,6 @@ ZIMDIR=${HOME}/.zim:
# Packages to install # Packages to install
packages=( packages=(
starship
zsh zsh
) )
@ -52,7 +51,7 @@ log "Begin Zsh installation"
apt upgrade --yes -qq apt upgrade --yes -qq
{{- end}} {{- end}}
packages=(${packages[@]//starship/}) ## packages=(${packages[@]//starship/})
## install packages ## install packages
for package in ${packages[@]}; do for package in ${packages[@]}; do
@ -65,8 +64,8 @@ log "Begin Zsh installation"
{{- end }} {{- end }}
done done
inf "installing starship..." ## inf "installing starship..."
mist install starship-bin ## mist install starship-bin
{{- end }} {{- end }}