mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add Google Cloud SDK related stuff
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
7
shell/google-cloud.sh
Normal 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
|
||||
Reference in New Issue
Block a user