dotfiles/run_once_02_cargo_bins.sh

21 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 \
;