Skip to content

Instantly share code, notes, and snippets.

@sandiprb
Created August 26, 2020 07:20
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sandiprb/771bcbd100a3ebf53682903a627a40df to your computer and use it in GitHub Desktop.
Save sandiprb/771bcbd100a3ebf53682903a627a40df to your computer and use it in GitHub Desktop.
Set up OhMyZsh on Amazon EC2 instance running Ubuntu Server
  1. Connect to your EC2 instance
  2. Install zsh : sudo apt-get update && sudo apt-get install zsh
  3. 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.
  4. Disconnect from your instance and reconnect it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment