From df8f8d5cc09c20fdf0bb4040aef52388ef8359c8 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:17:47 +1100 Subject: [PATCH] Remove zsh backup (oh-my-zsh already backsup) --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index a0f5b9c..1d8b4cd 100755 --- a/install.sh +++ b/install.sh @@ -21,8 +21,6 @@ sudo pacman -Syu git zsh curl git --noconfirm --needed # Do not exit on fail set +eux -mv ~/.oh-my-zsh ~/OhMyZshOld - curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/zsh.sh | bash curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/LazyVim.sh | bash