install exa from cargo
This commit is contained in:
parent
6bc340a01a
commit
db32263c67
1 changed files with 4 additions and 1 deletions
5
wsl.sh
5
wsl.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue