Update
This commit is contained in:
parent
5c9e642794
commit
5359037e7a
@ -14,7 +14,6 @@ inf() {
|
|||||||
packages=(
|
packages=(
|
||||||
bubblewrap
|
bubblewrap
|
||||||
curl
|
curl
|
||||||
direnv
|
|
||||||
pass
|
pass
|
||||||
libyaml
|
libyaml
|
||||||
ranger
|
ranger
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user