Skip to content

Instantly share code, notes, and snippets.

@AaronNBrock
Created November 7, 2019 06:01
Show Gist options
  • Save AaronNBrock/97f73df0a38cdaa7ffcf9a37f983a8e3 to your computer and use it in GitHub Desktop.
Save AaronNBrock/97f73df0a38cdaa7ffcf9a37f983a8e3 to your computer and use it in GitHub Desktop.
Enable zsh in google cloud shell.
apt update
apt -y install zsh
sudo -H -u aaron sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
chsh -s $(which zsh) aaron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment