Last active
December 29, 2020 20:01
-
-
Save glennreyes/9f48774a6c74a8874de1e27ff74cc297 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
# Install Oh My Zsh | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
# Install Homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# Install Homebrew packages | |
brew install git | |
brew install java | |
brew install mackup | |
brew install node | |
brew install nvm | |
brew install postgresql | |
brew install redis | |
brew install vim | |
brew install yarn | |
# Install Homebrew casks | |
brew install --cask 1password | |
brew install --cask ableton-live-suite | |
brew install --cask adobe-creative-cloud | |
brew install --cask android-studio | |
brew install --cask docker | |
brew install --cask dropbox | |
brew install --cask figma | |
brew install --cask google-chrome | |
brew install --cask google-drive-file-stream | |
brew install --cask gpg-suite | |
brew install --cask homebrew/cask-drivers/elgato-control-center | |
brew install --cask keybase | |
brew install --cask microsoft-office | |
brew install --cask native-access | |
brew install --cask notion | |
brew install --cask postman | |
brew install --cask react-native-debugger | |
brew install --cask skyfonts | |
brew install --cask slack | |
brew install --cask spotify | |
brew install --cask toggl-track | |
brew install --cask visual-studio-code | |
brew install --cask whatsapp | |
brew install --cask zoom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment