Last active
November 21, 2022 18:08
-
-
Save KenDUemura/2465e4ba7f463e04eb8539f5834a8a2f to your computer and use it in GitHub Desktop.
Bulk install amazing tools with Rust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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