From 1b4fba26a88cd93e11d171421176d6ed1e851f60 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 8 Dec 2018 05:34:02 +0100 Subject: [PATCH] Added exa --- bootstrap-root.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 7bad116..822f0ed 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -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