From 5881c1c8104b7d6f6fee61b76a341dc0aa26fac7 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 8 Oct 2025 18:27:35 +0000 Subject: [PATCH] Added ripgrep to install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d4600c0..b985915 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,7 @@ sudo pacman -S --noconfirm --needed \ lazygit \ wl-clipboard \ swaybg \ + ripgrep \ starship sudo pacman -R --noconfirm alacritty @@ -34,4 +35,4 @@ rm -rf /tmp/yay git config --global user.name "adrien" git config --global user.email "git@bouvais.lu" -ssh-keygen -t rsa -b 4096 -C "git@bouvais.com" -f "$HOME/.ssh/id_rsa" -N "" \ No newline at end of file +ssh-keygen -t rsa -b 4096 -C "git@bouvais.com" -f "$HOME/.ssh/id_rsa" -N ""