bootstrap-root: removed old junk
This commit is contained in:
parent
cbe837176f
commit
41e6ba9e71
1 changed files with 0 additions and 12 deletions
|
@ -27,7 +27,6 @@ apt-get update \
|
||||||
man \
|
man \
|
||||||
mc \
|
mc \
|
||||||
neovim \
|
neovim \
|
||||||
nodeenv \
|
|
||||||
python3 \
|
python3 \
|
||||||
python3-jedi \
|
python3-jedi \
|
||||||
python3-neovim \
|
python3-neovim \
|
||||||
|
@ -43,17 +42,6 @@ apt-get update \
|
||||||
python3-pipx \
|
python3-pipx \
|
||||||
&& apt-file update
|
&& 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
|
[ ! -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
|
cargo install --root /usr/local --git https://github.com/mookid/diffr
|
||||||
|
|
Loading…
Reference in a new issue