Add Google Cloud SDK related stuff

This commit is contained in:
2017-01-17 00:21:00 +00:00
parent 5266f91d64
commit 27d18bc0a9
3 changed files with 9 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ source "$DOTSHELL/python.sh"
source "$DOTSHELL/ruby.sh"
source "$DOTSHELL/golang.sh"
source "$DOTSHELL/docker.sh"
source "$DOTSHELL/google-cloud.sh"
source "$DOTSHELL/kubernetes.sh"
source "$DOTSHELL/dokku.sh"
source "$DOTSHELL/sbcl.sh"

View File

@@ -31,6 +31,7 @@ install_cask_global_packages () {
flux \
github-desktop \
gog-galaxy \
google-cloud-sdk \
google-chrome \
gpgtools \
hackety-hack \

7
shell/google-cloud.sh Normal file
View File

@@ -0,0 +1,7 @@
#
# Google Cloud SDK setup.
#
if [ -f '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc' ]; then
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc'
fi