misc: Use ripgrep instead of ack

This commit is contained in:
2026-09-11 10:16:06 +02:00
parent ebabf1c529
commit 8ed785e03c
+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)"