This commit is contained in:
RodCSouza 2024-01-29 18:48:11 -05:00 committed by GitHub
commit 9bc7f5b2fa
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"