From 10377831354388a98688ead8ff77f5dfa5bb0a42 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 20 Jan 2021 14:59:53 +0100 Subject: [PATCH] Update bootstrap-root.sh --- bootstrap-root.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 65c7d98..be926db 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -46,6 +46,9 @@ curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3 pip install ranger-fm +[ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa + +cargo install --root /usr/local --git https://github.com/mookid/diffr curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://gist.github.com/schtobia/f02deeaf2fd20b23ae9fcf0f451cc858/raw/cleanup.sh \ && chmod u+x /usr/local/sbin/cleanup.sh