Up.
This commit is contained in:
parent
9d6ef3cffb
commit
9b153da4ae
@ -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']=''
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -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 }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user