Skip to content

Instantly share code, notes, and snippets.

@KenDUemura
Last active November 21, 2022 18:08
Show Gist options
  • Save KenDUemura/2465e4ba7f463e04eb8539f5834a8a2f to your computer and use it in GitHub Desktop.
Save KenDUemura/2465e4ba7f463e04eb8539f5834a8a2f to your computer and use it in GitHub Desktop.
Bulk install amazing tools with Rust
#!/bin/bash
LIST="cargo-edit \
bat \
zoxide \
xcp \
choose \
dua-cli \
exa \
fd-find \
ripgrep \
starship \
du-dust \
skim \
xh \
lsd \
fnm \
procs \
broot \
rnr \
rm-improved \
sd \
navi \
tealdeer \
amp \
fastmod \
jql \
just \
tokei \
shellharden \
hyperfine \
bottom \
grex \
rmesg "
echo "$LIST"
cargo install $LIST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment