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 \
|
build-essential \
|
||||||
byobu \
|
byobu \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
cargo \
|
||||||
clang \
|
clang \
|
||||||
cmake \
|
cmake \
|
||||||
command-not-found \
|
command-not-found \
|
||||||
|
@ -19,6 +20,7 @@ apt update \
|
||||||
elinks \
|
elinks \
|
||||||
git \
|
git \
|
||||||
htop \
|
htop \
|
||||||
|
libgit2-dev \
|
||||||
libpython-dev \
|
libpython-dev \
|
||||||
libpython3-dev \
|
libpython3-dev \
|
||||||
locales \
|
locales \
|
||||||
|
@ -39,3 +41,7 @@ apt-get install -y nodejs
|
||||||
# python3 related
|
# python3 related
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue