Created
April 3, 2019 20:15
-
-
Save dzuluaga/ce73b618d2176f748512123827aa843c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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