Skip to content

Instantly share code, notes, and snippets.

@serenitii
Last active January 31, 2019 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serenitii/33874b821c24114f1182e28c460a9d91 to your computer and use it in GitHub Desktop.
Save serenitii/33874b821c24114f1182e28c460a9d91 to your computer and use it in GitHub Desktop.
Setup_MacOS
#!/bin/bash
brew update # Fetch latest version of homebrew and formula.
brew tap caskroom/cask # Tap the Caskroom/Cask repository from Github using HTTPS.
brew search dropbox # Searches all known Casks for a partial or exact match.
brew cask info dropbox # Displays information about the given Cask
brew cask install dropbox # Install the given cask.
brew cleanup # For all installed or specific formulae, remove any older versions from the cellar.
# Visit https://www.code2bits.com
brew cask install dropbox
brew cask install the-unarchiver
brew cask install sublime-text
brew cask install google-chrome
brew cask install iterm2
brew cask install android-studio
brew cask install android-file-transfer
brew cask install mounty
brew cask install boostnote
brew cask install sourcetree
brew cask install cmake
# Dev Libraries
brew install flatbuffers
brew install boost
brew zsh tree wget htop
brew list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment