From 66015c7762d30e4bde395d60d4f54699d65b92e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin-Charles=20Guih=C3=A9neuf?= Date: Mon, 27 Apr 2026 13:54:47 +0200 Subject: [PATCH] misc: Use ripgrep instead of ack --- auto-config-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-config-cli.sh b/auto-config-cli.sh index b8dec00..583dc07 100755 --- a/auto-config-cli.sh +++ b/auto-config-cli.sh @@ -19,7 +19,7 @@ install_git_repo () { # Install packages sudo apt update sudo apt upgrade -sudo apt install minicom ssh git tig ack tree npm python3-pip curl zsh +sudo apt install minicom ssh git tig ripgrep tree npm python3-pip curl zsh # Install Oh my ZSH sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"