From 15d102d12c0f04501b91729e259b8e9616ab7e9a Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 5 Jun 2019 03:42:10 +0200 Subject: [PATCH] added ranger-fm, highlight --- bootstrap-root.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 7972245..4c81455 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -20,6 +20,7 @@ apt-get update \ elinks \ git \ golang-go \ + highlight \ htop \ libgit2-dev \ libpython-dev \ @@ -48,3 +49,5 @@ curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3 # install exa cargo install --root /usr/local --git https://github.com/ogham/exa + +pip install ranger-fm