Added exa
This commit is contained in:
parent
ba6ae6a6f7
commit
1b4fba26a8
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,7 @@ apt update \
|
|||
build-essential \
|
||||
byobu \
|
||||
ca-certificates \
|
||||
cargo \
|
||||
clang \
|
||||
cmake \
|
||||
command-not-found \
|
||||
|
@ -19,6 +20,7 @@ apt update \
|
|||
elinks \
|
||||
git \
|
||||
htop \
|
||||
libgit2-dev \
|
||||
libpython-dev \
|
||||
libpython3-dev \
|
||||
locales \
|
||||
|
@ -39,3 +41,7 @@ apt-get install -y nodejs
|
|||
# python3 related
|
||||
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python2
|
||||
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
|
||||
|
||||
# install exa
|
||||
|
||||
cargo install --root /usr/local --git https://github.com/ogham/exa
|
||||
|
|
Loading…
Reference in a new issue