maybe installer work now

main
The_miro 2025-03-31 23:35:04 +02:00
parent b4699ae415
commit aeeb7b7b19
1 changed files with 2 additions and 1 deletions

View File

@ -103,6 +103,7 @@ wget https://github.com/guillaumeboehm/Nordzy-cursors/releases/download/v2.3.0/N
tar -zxvf Nordzy-cursors-lefthand.tar.gz -C $HOME/.icons/ tar -zxvf Nordzy-cursors-lefthand.tar.gz -C $HOME/.icons/
#tar -zxvf Nordzy-cursors-white.tar.gz -C $HOME/.icons/ #tar -zxvf Nordzy-cursors-white.tar.gz -C $HOME/.icons/
echo '
#zsh setup #zsh setup
echo "Setting up zsh" echo "Setting up zsh"
chsh -s /usr/bin/zsh chsh -s /usr/bin/zsh
@ -126,5 +127,5 @@ echo "Installing oh my zsh plugins"
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
' | zsh