misc: Use ripgrep instead of ack

This commit is contained in:
Robin-Charles Guihéneuf
2026-04-27 13:54:47 +02:00
parent 1d947a4c9a
commit 66015c7762
+1 -1
View File
@@ -19,7 +19,7 @@ install_git_repo () {
# Install packages # Install packages
sudo apt update sudo apt update
sudo apt upgrade 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 # Install Oh my ZSH
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"