From 1907aa7e4b5f42eee134e7a1d115e25985610d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20Barmore-Gen=C3=A7?= Date: Thu, 19 Sep 2024 00:23:29 -0500 Subject: [PATCH] Add ripgrep --- scripts/asdf.install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/asdf.install.sh b/scripts/asdf.install.sh index 674bc88..a672381 100755 --- a/scripts/asdf.install.sh +++ b/scripts/asdf.install.sh @@ -37,6 +37,7 @@ PLUGINS=( "neovim" "nodejs" "pnpm" + "ripgrep" "xh" ) for PLUGIN in "${PLUGINS[@]}"; do