From 7ce25075d4d83dd4c87bff7fa4eeaf1e0163dd7d Mon Sep 17 00:00:00 2001 From: tiff Date: Fri, 13 Jun 2025 01:11:21 -0400 Subject: [PATCH] Update something --- setup.sh | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index dcd8109..ab9d7da 100755 --- a/setup.sh +++ b/setup.sh @@ -12,7 +12,7 @@ cat < Installing languages ..." + +while true; do + echo "==> Installing rust..." + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + + echo "==> Installing bun..." + curl -fsSL https://bun.sh/install | bash + + echo "==> Installing node via nvm..." + curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash + + echo "Waiting to install other packages and xdg-desktop-portal-hyprland..." + sleep 10 +done + # Install useful packages from pacman and AUR echo "==> Installing core packages..." yay -S --noconfirm \ @@ -119,6 +137,8 @@ yay -S --noconfirm \ atuin \ zellij \ eza \ + zoxide \ + lazydocker \ acpi \ playerctl \ zsh-autosuggestions \ @@ -138,6 +158,7 @@ sudo pacman -S --noconfirm \ slurp \ grim \ hyprlock \ + lazygit \ pamixer # Set zsh as default shell if not already