add cargo bins
This commit is contained in:
parent
3d841c8360
commit
26009abe39
1 changed files with 19 additions and 0 deletions
19
run_once_01_cargo_bins.sh
Executable file
19
run_once_01_cargo_bins.sh
Executable file
|
@ -0,0 +1,19 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cargo install \
|
||||||
|
bat \
|
||||||
|
cargo-edit \
|
||||||
|
cargo-expand \
|
||||||
|
cargo-tree \
|
||||||
|
cargo-update \
|
||||||
|
cargo-watch \
|
||||||
|
fd-find \
|
||||||
|
hexyl \
|
||||||
|
just \
|
||||||
|
racer \
|
||||||
|
ripgrep \
|
||||||
|
tectonic \
|
||||||
|
tokei \
|
||||||
|
topgrade \
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in a new issue