Update zsh.sh

This commit is contained in:
alvinlollo
2025-05-03 14:39:02 +10:00
committed by GitHub
parent 4a6543a977
commit cffc916c1e
+2 -2
View File
@@ -21,12 +21,12 @@ echo '
--------------- Oh-My-zsh Install --------------- --------------- Oh-My-zsh Install ---------------
Make sure to install zsh and fzf
' '
# Print commands # Print commands
set -x set -x
sudo apt install zsh fzf -y
# Installs Oh-My-Zsh # Installs Oh-My-Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"