Update zsh.sh

This commit is contained in:
Dante 2024-08-04 15:38:50 -04:00 committed by GitHub
parent 331bfe63e6
commit 9273b6e0ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
zsh.sh
View file

@ -6,7 +6,7 @@ SOURCE_DIR=~/hyprcrux/src/
echo "Installing Zsh, Oh-My-Zsh, and Powerlevel10k..."
sudo pacman -S --noconfirm zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
cp -r ~/hyprcrux/src/Powerlevel10k ~/.oh-my-zsh/custom/themes/
cp -r src/powerlevel10k ~/.oh-my-zsh/custom/themes/
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions