19 lines
229 B
Bash
19 lines
229 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cargo install \
|
||
|
bat \
|
||
|
cargo-edit \
|
||
|
cargo-expand \
|
||
|
cargo-tree \
|
||
|
cargo-update \
|
||
|
cargo-watch \
|
||
|
fd-find \
|
||
|
hexyl \
|
||
|
just \
|
||
|
ripgrep \
|
||
|
tectonic \
|
||
|
tokei \
|
||
|
topgrade \
|
||
|
;
|
||
|
|