From 838d4f036b27378f3c34d70ce23c59bb9d21a1d9 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sun, 6 Apr 2025 13:57:11 +1000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d630b07..1503652 100755 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ set -x # Prequises from homebrew #brew update #brew upgrade -#brew install eza fzf gcc thefuck gh +#brew install fzf gcc thefuck gh # Disable exit on error sudo apt install zsh fzf eza -y