You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
echo "Visit https://www.docker.com/products/docker-desktop/ and download the .dmg file using the Apple Chip link, then install by double-clicking on the .dmg file, then drag-and-drop the app into the Applications folder to install Docker Desktop"
# Install AWS CLI
brew install awscli
# Install Azure CLI
brew install azure-cli
# Install Google Cloud CLI
echo "Visit https://cloud.google.com/sdk/docs/install-sdk#mac and follow instructions to install Google Cloud SDK"
# Install Oracle Cloud CLI
brew install oci-cli
# Install VSCode
brew install --cask visual-studio-code
# Install Tilt
brew install tilt
# Install GNU coreutils
brew install coreutils gnu-sed gnu-tar grep
## Add required exports to end of shell inits
declare -a shell_inits=( "$HOME/.bashrc" "$HOME/.zshrc" "$HOME/.config/fish/config.fish" )