1
0
This commit is contained in:
Jeff Lance 2024-05-14 15:30:07 +02:00
parent 5c9e642794
commit 5359037e7a
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ inf() {
packages=( packages=(
bubblewrap bubblewrap
curl curl
direnv
pass pass
libyaml libyaml
ranger ranger

View File

@ -17,6 +17,7 @@ inf() {
# Plugins to install # Plugins to install
declare -A plugins declare -A plugins
plugins=( plugins=(
['asdf']=''
['golang']='https://github.com/asdf-community/asdf-golang.git' ['golang']='https://github.com/asdf-community/asdf-golang.git'
['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git' ['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git'
['opam']='https://github.com/asdf-community/asdf-opam.git' ['opam']='https://github.com/asdf-community/asdf-opam.git'