2020-06-15 09:46:06 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-07-03 22:33:41 +00:00
|
|
|
# source $(dirname "$0")/common.sh
|
2020-07-03 22:31:51 +00:00
|
|
|
|
2020-07-03 22:33:41 +00:00
|
|
|
cargo install \
|
2020-07-03 22:31:51 +00:00
|
|
|
bat \
|
|
|
|
cargo-edit \
|
|
|
|
cargo-expand \
|
|
|
|
cargo-tree \
|
|
|
|
cargo-update \
|
|
|
|
cargo-watch \
|
|
|
|
fd-find \
|
|
|
|
hexyl \
|
|
|
|
just \
|
|
|
|
ripgrep \
|
|
|
|
tectonic \
|
|
|
|
tokei \
|
|
|
|
topgrade \
|
2020-06-15 09:46:06 +00:00
|
|
|
;
|
|
|
|
|