dotfiles/run_once_01_cargo_bins.sh
2020-07-03 17:31:53 -05:00

21 lines
345 B
Bash
Executable file

#!/bin/bash
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 \
;