This commit is contained in:
RodCSouza 2025-02-10 01:37:43 +08:00 committed by GitHub
commit a4e6e43508
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,9 @@ done
echo "installing extras"
sudo apt update && sudo apt -y install vim-scripts zsh zsh-syntax-highlighting zsh-autosuggestions
# Apply the changes and update the shell with the config files
exec bash
echo "Installed"
echo "use chsh -s /bin/zsh to switch to ZSH shell"