bootstrap-root: install exa via package manager
This commit is contained in:
parent
026435afe5
commit
1ce48238b0
1 changed files with 1 additions and 6 deletions
|
@ -12,14 +12,13 @@ apt-get update \
|
||||||
build-essential \
|
build-essential \
|
||||||
byobu \
|
byobu \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
cargo \
|
|
||||||
clang \
|
clang \
|
||||||
cmake \
|
cmake \
|
||||||
command-not-found \
|
command-not-found \
|
||||||
curl \
|
curl \
|
||||||
elinks \
|
elinks \
|
||||||
|
exa \
|
||||||
git \
|
git \
|
||||||
golang-go \
|
|
||||||
highlight \
|
highlight \
|
||||||
htop \
|
htop \
|
||||||
libgit2-dev \
|
libgit2-dev \
|
||||||
|
@ -47,8 +46,4 @@ apt-get install -y nodejs
|
||||||
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python2
|
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python2
|
||||||
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
|
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
|
||||||
|
|
||||||
# install exa
|
|
||||||
|
|
||||||
cargo install --root /usr/local --git https://github.com/ogham/exa
|
|
||||||
|
|
||||||
pip install ranger-fm
|
pip install ranger-fm
|
||||||
|
|
Loading…
Reference in a new issue