mirror of
https://github.com/xsghetti/script.git
synced 2025-01-22 17:16:09 -05:00
Update zsh.sh
This commit is contained in:
parent
331bfe63e6
commit
9273b6e0ac
1 changed files with 1 additions and 1 deletions
2
zsh.sh
2
zsh.sh
|
@ -6,7 +6,7 @@ SOURCE_DIR=~/hyprcrux/src/
|
||||||
echo "Installing Zsh, Oh-My-Zsh, and Powerlevel10k..."
|
echo "Installing Zsh, Oh-My-Zsh, and Powerlevel10k..."
|
||||||
sudo pacman -S --noconfirm zsh
|
sudo pacman -S --noconfirm zsh
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|
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-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
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue