1
0
This commit is contained in:
Jeff Lance 2024-03-01 12:42:37 +01:00
parent fcc3e7ee2a
commit 39e4c43382
2 changed files with 4 additions and 3 deletions

View File

@ -14,6 +14,7 @@ inf() {
packages=(
curl
direnv
pass
ranger
tmux
trash-cli

View File

@ -55,9 +55,9 @@ log "Begin LVim installation"
{{- end}}
## Install packages
packages=(${packages[@]//go/golang})
packages=(${packages[@]//python/python3})
packages=(${packages[@]//neovim/})
packages[1]=golang
packages=(${packages[@]/python/python3})
packages=(${packages[@]/neovim/})
for package in ${packages[@]}; do
inf "installing ${package}..."