- Connect to your EC2 instance
- Install zsh :
sudo apt-get update && sudo apt-get install zsh
- Install OhMyZsh :
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
4.sudo chsh -s /bin/zsh ubuntu
to change the user ubuntu's default shell. Replace 'ubuntu' with your username. - Disconnect from your instance and reconnect it.
Created
August 26, 2020 07:20
-
-
Save sandiprb/771bcbd100a3ebf53682903a627a40df to your computer and use it in GitHub Desktop.
Set up OhMyZsh on Amazon EC2 instance running Ubuntu Server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment