mirror of
https://github.com/xsghetti/script.git
synced 2025-01-23 01:26:08 -05:00
restore zsh
This commit is contained in:
parent
0061bd7c8a
commit
49717d5bb4
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..."
|
||||
sudo pacman -S --noconfirm zsh
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|
||||
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
|
||||
cp -r ~/hyprcrux/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
|
||||
|
||||
|
|
Loading…
Reference in a new issue