Skip to content

Instantly share code, notes, and snippets.

@dzuluaga
Created April 3, 2019 20:15
Show Gist options
  • Save dzuluaga/ce73b618d2176f748512123827aa843c to your computer and use it in GitHub Desktop.
Save dzuluaga/ce73b618d2176f748512123827aa843c to your computer and use it in GitHub Desktop.
# add this line at the end of ~/.bashrc file
# this alias installs zsh and oh-my-zsh by calling $ install-zsh
# useful for GCP Cloud Shell, which will remove zsh everytime your Cloud Shell container is terminated.
alias install-zsh="curl \"https://gist.githubusercontent.com/dzuluaga/3bf775217728debf360a4377c7eb5118/raw/install-oh-my-zsh-gcp-cloud-shell.sh?$(date +%s)\" | sudo bash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment