Skip to content

Commit

Permalink
latest updates for snowflake tooling we need
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-eraigosa committed Jun 7, 2024
1 parent 80a7c77 commit 546ccf7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions opt/profiles/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,4 @@ fi

# install snow cli
snow --version || ( pip3 install --upgrade pip && python -m pip install snowflake-cli-labs )
export GOPRIVATE=github.com/snowflakedb/*
16 changes: 16 additions & 0 deletions opt/profiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,19 @@ fi
# Created by `pipx` on 2024-04-03 04:50:34
export PATH=${PATH}:${HOME}/.local/bin
eval "$(direnv hook zsh)"

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/opt/homebrew/Caskroom/miniconda/base/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.sh" ]; then
. "/opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.sh"
else
export PATH="/opt/homebrew/Caskroom/miniconda/base/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<

12 changes: 12 additions & 0 deletions opt/profiles/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,15 @@ brew 'jsonnet'
brew 'jq'

cask 'snowflake-snowsql'
brew 'bazelisk'
brew 'coreutils'
brew 'lcov'
brew 'just'
brew 'clang-format'
brew 'opa'
brew 'azure-cli'
brew 'grpcui'
brew 'grpcurl'
brew 'golangci-lint'
brew 'kind'

0 comments on commit 546ccf7

Please sign in to comment.