Added exa

This commit is contained in:
Tobias Schmidl 2018-12-08 05:34:02 +01:00
parent ba6ae6a6f7
commit 1b4fba26a8

View file

@ -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