maybe installer work now
parent
b4699ae415
commit
aeeb7b7b19
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue