install exa from cargo

This commit is contained in:
Mylloon 2022-08-03 10:39:32 +02:00
parent 6bc340a01a
commit db32263c67
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

5
wsl.sh
View file

@ -18,7 +18,7 @@ then
sed -i "50s#.*#%sudo ALL=(ALL:ALL) NOPASSWD: ALL#" /etc/sudoers
# === Install packages ==
apt install -y git apt-transport-https curl wget build-essential valgrind fish fzf bat procps exa micro libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev libfftw3-dev pkg-config automake make autoconf libtool perl-tk python3-pygments python3-venv python3-tk git-lfs zip unzip sed
apt install -y git apt-transport-https curl wget build-essential valgrind fish fzf bat procps micro libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev libfftw3-dev pkg-config automake make autoconf libtool perl-tk python3-pygments python3-venv python3-tk git-lfs zip unzip sed
# === Remove useless packages
apt purge -y needrestart # remove kernel update message (https://github.com/microsoft/WSL/issues/7054#issuecomment-864271333)
@ -141,6 +141,9 @@ then
rustup component add rust-analysis
rustup component add rls
# === Exa ==
cargo install exa
# === tldr ==
cargo install tealdeer
tldr --update