feat: add bat to rust installs

This commit is contained in:
Price Hiller 2022-07-30 23:18:15 -05:00
parent 33c2859bfc
commit 78da19f413

View File

@ -227,6 +227,7 @@ main() {
ripgrep
exa
fd-find
bat
)
for pkg in "${cargo_binaries[@]}"; do
log "info" "Attempting install of ${GREEN}${pkg}${RESET_BOLD}"