Skip to content

Instantly share code, notes, and snippets.

@dbaq
Created September 11, 2017 19:02
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 dbaq/a4c212328bae21fcd3a11d34104016ee to your computer and use it in GitHub Desktop.
Save dbaq/a4c212328bae21fcd3a11d34104016ee to your computer and use it in GitHub Desktop.
Fresh MBP install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node
brew install jenv
brew install pgcli
brew install maven
brew install gradle
brew cask install iterm2
brew cask install eclipse
brew cask install docker
brew cask install 1password
brew cask install flycut
brew cask install flux
brew cask install vlc
brew cask install java
brew cask install skype
brew cask install transmit
brew cask install sublime-text
brew cask install kitematic
brew cask install sourcetree
brew cask install slack
brew cask install google-backup-and-sync
# cleanup
brew cleanup --force
git clone https://github.com/dbaq/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
chsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment