Last active
December 11, 2022 20:18
-
-
Save howieweiner/6c0bdb0321fd765ed5e41bd29a328ac4 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/sh | |
#/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
brew update | |
brew doctor | |
brew tap caskroom/cask | |
brew cask install android-studio | |
#brew cask install bitwarden | |
brew cask install combine-pdfs | |
brew cask install discord | |
brew cask install docker | |
#brew cask install firefox | |
#brew cask install google-chrome | |
brew cask install imageoptim | |
brew cask install iterm2 | |
brew cask install maccy | |
brew cask install macdown | |
brew cask install microsoft-remote-desktop | |
brew cask install postman | |
brew cask install pycharm | |
brew cask install raycast | |
brew cask install react-native-debugger | |
brew cask install signal | |
brew cask install slack | |
brew cask install spectacle | |
brew cask install spotify | |
brew cask install spotifymenu | |
brew cask install ticktick | |
brew cask install visual-studio-code | |
brew cask install whatsapp | |
brew cask install webstorm | |
brew cask install zoom | |
brew cask install zwift | |
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json quicklook-csv qlimagesize webpquicklook suspicious-package qlvideo | |
brew install git | |
brew install hub | |
brew install bash-completion | |
brew install bash-git-prompt | |
brew install node | |
brew install nvm | |
brew install python3 | |
brew install yarn | |
brew install tree | |
brew install jq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment