Skip to content

Instantly share code, notes, and snippets.

@rwetzeler
Last active April 7, 2023 14:38
Show Gist options
  • Save rwetzeler/f7ed85e66616c4468b1b9144310a6660 to your computer and use it in GitHub Desktop.
Save rwetzeler/f7ed85e66616c4468b1b9144310a6660 to your computer and use it in GitHub Desktop.
## OS Core ##
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
## Communication and Productivity Tools ##
brew install --cask notion
brew install --cask slack
brew install --cask microsoft-teams
brew install --cask obsidian
## Developer Tools
brew install git git-lfs
brew install gnupg gnupg2
brew install telnet
brew tap microsoft/git
brew install --cask git-credential-manager-core
brew install --cask visual-studio-code
brew install awscli azure-cli
brew install --cask mono-mdk
brew tap azure/functions
brew install azure-functions-core-tools@4
### Fix symlink
ln -s /usr/local/bin/gpg /usr/local/bin/gpg2
### SDKs
brew install dotnet python node
brew install docker
### Shells
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
chsh -s $(which zsh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment