From 78da19f41351ad3c47d2b81f689c2d740772d8ce Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 30 Jul 2022 23:18:15 -0500 Subject: [PATCH] feat: add bat to rust installs --- install.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/install.bash b/install.bash index cd5087a..20d3b42 100644 --- a/install.bash +++ b/install.bash @@ -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}"