Compare commits

...

2 commits

Author SHA1 Message Date
RodCSouza 9bc7f5b2fa
Merge a268f20c2f into 95c811526d 2024-01-29 18:48:11 -05:00
RodCSouza a268f20c2f
Update install.sh - Help for Linux shell new users
For who are not familiar with with shell changes, added the "exec bash" to apply and make visible the changes on bash shell.
2022-10-09 23:54:39 -03:00

View file

@ -13,6 +13,9 @@ done
echo "installing extras" echo "installing extras"
sudo apt update && sudo apt -y install vim-scripts zsh zsh-syntax-highlighting zsh-autosuggestions 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 "Installed"
echo "use chsh -s /bin/zsh to switch to ZSH shell" echo "use chsh -s /bin/zsh to switch to ZSH shell"