dotfiles/run_once_01_cargo_bins.sh

19 lines
229 B
Bash
Raw Normal View History

2020-06-15 09:46:06 +00:00
#!/bin/bash
cargo install \
bat \
cargo-edit \
cargo-expand \
cargo-tree \
cargo-update \
cargo-watch \
fd-find \
hexyl \
just \
ripgrep \
tectonic \
tokei \
topgrade \
;