1
0

Added ripgrep to install.sh

This commit is contained in:
Adrien Bouvais 2025-10-08 18:27:35 +00:00
parent fbf117f909
commit 5881c1c810

View File

@ -8,6 +8,7 @@ sudo pacman -S --noconfirm --needed \
lazygit \ lazygit \
wl-clipboard \ wl-clipboard \
swaybg \ swaybg \
ripgrep \
starship starship
sudo pacman -R --noconfirm alacritty sudo pacman -R --noconfirm alacritty
@ -34,4 +35,4 @@ rm -rf /tmp/yay
git config --global user.name "adrien" git config --global user.name "adrien"
git config --global user.email "git@bouvais.lu" git config --global user.email "git@bouvais.lu"
ssh-keygen -t rsa -b 4096 -C "git@bouvais.com" -f "$HOME/.ssh/id_rsa" -N "" ssh-keygen -t rsa -b 4096 -C "git@bouvais.com" -f "$HOME/.ssh/id_rsa" -N ""