Last active
January 19, 2025 14:13
-
-
Save feamcor/10911850ae7b2655166d058cafdc7075 to your computer and use it in GitHub Desktop.
List of Rust tools installed through cargo install.
This file contains 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
#!/usr/bin/env bash | |
# Dependencies for Linux only | |
sudo apt install \ | |
clang \ | |
gcc \ | |
libasound2-dev \ | |
libpcap-dev \ | |
libssl-dev \ | |
make \ | |
pkg-config \ | |
libxcb1-dev \ | |
libxcb-render0-dev \ | |
libxcb-shape0-dev \ | |
libxcb-xfixes0-dev | |
cargo install \ | |
cargo-update \ | |
b3sum \ | |
bacon \ | |
bandwhich \ | |
bat \ | |
bingrep \ | |
binsider \ | |
bottom \ | |
broot \ | |
cargo-binstall \ | |
cargo-edit \ | |
cargo-expand \ | |
cargo-generate \ | |
cargo-info \ | |
cargo-lints \ | |
cargo-make \ | |
cargo-outdated \ | |
cargo-quickinstall \ | |
cargo-shuttle \ | |
cargo-tree \ | |
cargo-watch \ | |
cargo-web \ | |
cbor-diag-cli \ | |
codesnap-cli \ | |
coreutils \ | |
difftastic \ | |
dioxus-cli \ | |
diskonaut \ | |
du-dust \ | |
duf \ | |
evcxr_jupyter \ | |
evcxr_repl \ | |
eza \ | |
fd-find \ | |
git-cliff \ | |
git-delta \ | |
gitoxide \ | |
gitql \ | |
gping \ | |
grcov \ | |
hexyl \ | |
ht \ | |
hyperfine \ | |
jql \ | |
just \ | |
jwt-cli \ | |
jwtinfo \ | |
licensor \ | |
loco \ | |
lsd \ | |
mdbook \ | |
nickel-lang-cli \ | |
nu \ | |
projectable \ | |
pueue \ | |
pulldown-cmark \ | |
qsv \ | |
rage \ | |
ripgrep \ | |
rnr \ | |
rustlings \ | |
sd \ | |
sea-orm-cli \ | |
sniffnet \ | |
starship \ | |
suckit \ | |
tealdeer \ | |
tere \ | |
tokei \ | |
trunk \ | |
wasm-bindgen-cli \ | |
wasm-pack \ | |
watchexec-cli \ | |
xsv | |
cargo install qsv --features="feature_capable" | |
# These tools do not build on Windows | |
cargo install \ | |
dua-cli \ | |
erdtree \ | |
hurl \ | |
jless \ | |
monolith \ | |
procs \ | |
rtx-cli \ | |
ytop \ | |
zellij |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment