From cffc916c1e5dc2f2ee3bb13bc0c7f5a3793a3d8a Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 3 May 2025 14:39:02 +1000 Subject: [PATCH] Update zsh.sh --- zsh.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh.sh b/zsh.sh index 34e8723..90b93f0 100644 --- a/zsh.sh +++ b/zsh.sh @@ -20,13 +20,13 @@ set -eux pipefail echo ' --------------- Oh-My-zsh Install --------------- + + Make sure to install zsh and fzf ' # Print commands set -x -sudo apt install zsh fzf -y - # Installs Oh-My-Zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" @@ -54,4 +54,4 @@ curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/re # Setup fzf mkdir -p ~/.fzf/shell -touch ~/.fzf/shell/key-bindings.zsh \ No newline at end of file +touch ~/.fzf/shell/key-bindings.zsh