Last active
May 17, 2023 15:50
-
-
Save todd-dsm/5e8415d077f06baf4e484ee5800068f9 to your computer and use it in GitHub Desktop.
Install Google Cloud SDK
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
# Homebrew | |
brew install --cask google-cloud-sdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Oh My ZSH
Create a custom file like
~/.oh-my-zsh/custom/environment.zsh
and add:Write/quit and pull completions into the enviornment:
% exec zsh
For GNU Bash
Edit
~/.bashrc
and add: