dotfiles/run_once_01_cargo_bins.sh
2020-11-18 19:19:31 -06:00

21 lines
280 B
Bash
Executable file

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