made indentation better because noeffyou

main
The_miro 2025-03-31 23:39:53 +02:00
parent aeeb7b7b19
commit 440de8fc5e
1 changed files with 18 additions and 19 deletions

View File

@ -104,28 +104,27 @@ 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 ' echo '
#zsh setup #zsh setup
echo "Setting up zsh" echo "Setting up zsh"
chsh -s /usr/bin/zsh chsh -s /usr/bin/zsh
#homectl update --shell=/usr/bin/zsh #homectl update --shell=/usr/bin/zsh
#starship setup #starship setup
echo "Installing Starship" echo "Installing Starship"
curl -sS https://starship.rs/install.sh | sh curl -sS https://starship.rs/install.sh | sh
#zsh setup #zsh setup
echo "Setting up zsh" echo "Setting up zsh"
chsh -s /usr/bin/zsh chsh -s /usr/bin/zsh
#homectl update --shell=/usr/bin/zsh #homectl update --shell=/usr/bin/zsh
#ohmyzsh setup #ohmyzsh setup
echo "Installing oh my zsh" echo "Installing oh my zsh"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
#ohmyzsh plugins
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-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
#ohmyzsh plugins
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-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
' | zsh ' | zsh