dotfiles/run_once_01_cargo_bins.sh
2020-11-18 21:52:17 -06:00

20 lines
265 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 \
tokei \
topgrade \
;