Skip to content

Instantly share code, notes, and snippets.

@miketrebilcock
Last active April 20, 2022 13:28
Show Gist options
  • Save miketrebilcock/81e52547e33ad70c8aaf0f40514528dd to your computer and use it in GitHub Desktop.
Save miketrebilcock/81e52547e33ad70c8aaf0f40514528dd to your computer and use it in GitHub Desktop.
/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