Last active
April 20, 2022 13:28
-
-
Save miketrebilcock/81e52547e33ad70c8aaf0f40514528dd to your computer and use it in GitHub Desktop.
This file contains 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
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
brew install --cask google-chrome | |
brew install --cask vscodium | |
brew install --cask postman | |
brew install --cask zoom | |
brew install --cask microsoft-teams | |
brew install --cask android-studio | |
brew install --cask flutter | |
brew install --cask fork | |
brew install git-lfs | |
git lfs install | |
brew install --cask google-cloud-sdk | |
brew install --cask firefox | |
brew install --cask brave-browser | |
brew install --cask spotify | |
brew install --cask daisydisk | |
brew install awscli | |
brew install --cask signal | |
brew install --cask bitwarden | |
brew install yarn | |
brew tap homebrew/cask-fonts | |
brew install --cask font-fira-code | |
brew install java | |
echo 'export PATH="/usr/local/opt/openjdk/bin:$PATH"' >> ~/.zshrc | |
brew install nvm | |
Nvm install 12 | |
Nvm install 14 | |
nvm install 15 | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
npm install -g spaceship-prompt | |
npm install -g @quasar/cli | |
npm install -g firebase-tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment