Skip to content

Instantly share code, notes, and snippets.

@sevaldes
Last active November 25, 2015 02:58
Show Gist options
  • Select an option

  • Save sevaldes/47fdee7a6236875d3e94 to your computer and use it in GitHub Desktop.

Select an option

Save sevaldes/47fdee7a6236875d3e94 to your computer and use it in GitHub Desktop.
Brewfile to setup my Mac's environments
update
tap phinze/homebrew-cask
tap caskroom/versions
tap homebrew/services
install brew-cask
#common
cask install spotify
cask install slack
cask install google-chrome
cask install telegram
cask install transmission
#develop
cask install sublime-text
cask install sequel-pro
install rbenv
cask install cocoarestclient
install mysql
@sevaldes
Copy link
Author

Instructions

  1. Install Homebrew

    ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  2. Install Homebrew bundle

    brew tap homebrew/bundle
  3. Run Homebrew bundle

    brew bundle <path_to_brewfile>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment