1
0
This commit is contained in:
Jeff Lance 2024-03-01 17:47:53 +01:00
parent 734f4f441d
commit 62eb152471
2 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,7 @@ packages=(
curl
direnv
pass
libyaml
ranger
rustup
tmux
@ -92,7 +93,8 @@ packages=(
mist update
## Install packages
packages=(${packages[@]//starship/makedeb})
packages=(${packages[@]/starship/makedeb})
packages=(${packages[@]/libyaml/libyaml-dev})
packages+=(
apt-utils
autoconf
@ -102,7 +104,6 @@ packages=(
libffi-dev
libtool
libtool-bin
libyaml-dev
ninja-build
pkg-config
zlib1g-dev

View File

@ -13,7 +13,6 @@ inf() {
# Packages to install
packages=(
rustup
neovim
python-pip
python-pynvim