dotfiles/run_once_01_cargo_bins.sh

22 lines
345 B
Bash
Raw Normal View History

2020-06-15 09:46:06 +00:00
#!/bin/bash
2020-07-03 22:31:51 +00:00
source $(dirname "$0")/common.sh
command_exists cargo && \
cargo install \
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
;