Last active
April 29, 2024 16:55
-
-
Save dzuluaga/3bf775217728debf360a4377c7eb5118 to your computer and use it in GitHub Desktop.
Installs oh-my-zsh on GCP Cloud Shell in a single command.
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
| #!/usr/bin/env bash | |
| # Installs oh-my-zsh on GCP Cloud Shell in a single command. | |
| # Run this script directly from the command line | |
| # | |
| # $ curl "https://gist.githubusercontent.com/dzuluaga/3bf775217728debf360a4377c7eb5118/raw/install-oh-my-zsh-gcp-cloud-shell.sh?$(date +%s)" | sudo bash | |
| sudo apt-get -yq install zsh | |
| sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment