mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2025-03-05 20:49:40 -08:00
Compare commits
2 commits
a4e6e43508
...
9bc7f5b2fa
Author | SHA1 | Date | |
---|---|---|---|
|
9bc7f5b2fa | ||
|
a268f20c2f |
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue