Compare commits

...

1 commit

Author SHA1 Message Date
Tobias Schmidl
f6b1730eb0
bootstrap-root: Added exa via cargo 2020-05-28 21:23:46 +02:00

View file

@ -12,6 +12,7 @@ apt-get update \
build-essential \
byobu \
ca-certificates \
cargo \
clang \
cmake \
command-not-found \
@ -46,6 +47,7 @@ curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
pip install ranger-fm
cargo install --root /usr/local --git https://github.com/ogham/exa
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