dotfiles/run_once_01_cargo_bins.sh
2020-07-03 17:33:41 -05:00

20 lines
317 B
Bash
Executable file

#!/bin/bash
# source $(dirname "$0")/common.sh
cargo install \
bat \
cargo-edit \
cargo-expand \
cargo-tree \
cargo-update \
cargo-watch \
fd-find \
hexyl \
just \
ripgrep \
tectonic \
tokei \
topgrade \
;