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=( packages=(
curl curl
direnv direnv
pass
ranger ranger
tmux tmux
trash-cli trash-cli

View File

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