#!/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)"