Up.
This commit is contained in:
parent
6bc483162a
commit
734f4f441d
@ -16,6 +16,7 @@ packages=(
|
|||||||
direnv
|
direnv
|
||||||
pass
|
pass
|
||||||
ranger
|
ranger
|
||||||
|
rustup
|
||||||
tmux
|
tmux
|
||||||
trash-cli
|
trash-cli
|
||||||
unzip
|
unzip
|
||||||
@ -98,10 +99,13 @@ packages=(
|
|||||||
automake
|
automake
|
||||||
cmake
|
cmake
|
||||||
doxygen
|
doxygen
|
||||||
|
libffi-dev
|
||||||
libtool
|
libtool
|
||||||
libtool-bin
|
libtool-bin
|
||||||
|
libyaml-dev
|
||||||
ninja-build
|
ninja-build
|
||||||
pkg-config
|
pkg-config
|
||||||
|
zlib1g-dev
|
||||||
)
|
)
|
||||||
|
|
||||||
for package in ${packages[@]}; do
|
for package in ${packages[@]}; do
|
||||||
|
@ -18,6 +18,8 @@ inf() {
|
|||||||
declare -A plugins
|
declare -A plugins
|
||||||
plugins=(
|
plugins=(
|
||||||
['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'
|
||||||
|
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@ inf() {
|
|||||||
packages=(
|
packages=(
|
||||||
rustup
|
rustup
|
||||||
neovim
|
neovim
|
||||||
npm
|
|
||||||
python-pip
|
python-pip
|
||||||
python-pynvim
|
python-pynvim
|
||||||
ripgrep
|
ripgrep
|
||||||
|
Loading…
Reference in New Issue
Block a user