bootstrap-root: removed old junk

This commit is contained in:
Tobias Schmidl 2023-07-25 08:38:59 +02:00
parent cbe837176f
commit 41e6ba9e71

View file

@ -27,7 +27,6 @@ apt-get update \
man \
mc \
neovim \
nodeenv \
python3 \
python3-jedi \
python3-neovim \
@ -43,17 +42,6 @@ apt-get update \
python3-pipx \
&& apt-file update
# node related
# shellcheck disable=SC2086
curl $CURLOPT https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs
# python3 related
# shellcheck disable=SC2086
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
pip install pipx
[ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1
cargo install --root /usr/local --git https://github.com/mookid/diffr