Last active
June 14, 2025 16:15
-
-
Save rwetzeler/f7ed85e66616c4468b1b9144310a6660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 google-chrome | |
brew install --cask slack | |
brew install --cask obsidian | |
brew install hammerspoon --cask | |
## Developer Tools | |
brew install gh | |
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