Skip to content

Instantly share code, notes, and snippets.

@reinier
Last active August 29, 2015 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reinier/9271361 to your computer and use it in GitHub Desktop.
Save reinier/9271361 to your computer and use it in GitHub Desktop.
A Brewfile for installing stuff on a fresh new Mac OS X installation
# Install [homebrew](http://brew.sh)
# > ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
#
# Run this file:
# > brew bundle Brewfile
#
# To install sublime-text-3 for example:
# > brew tap caskroom/versions
#
# At the end, start Alfred, close it and run:
# > brew cask alfred link
# Update to latest versions
update
upgrade
# Install tools
install git
install autoconf
install python
install node
install hr
# Install apps
install caskroom/cask/brew-cask
tap caskroom/versions
cask install alfred
cask install cocktail
cask install omnigraffle
cask install acorn
cask install marked
cask install nvalt
cask install superduper
cask install textexpander
cask install bartender
cask install vlc
cask install spotify
cask install skype
cask install screenflow
cask install paparazzi
cask install virtualbox
cask install vagrant
cask install sublime-text3
cask install atom
cask install sequel-pro
cask install transmit
cask install google-chrome
cask install google-chrome-canary
cask install opera-next
cask install firefox
cask install parallels
cask install appzapper
cask install yojimbo
# Cleanup and doctor check
cleanup
doctor
@reinier
Copy link
Author

reinier commented Jun 25, 2014

Ik mis Yojimbo nog in deze lijst, moet ik zelf maar eens een cask voor inschieten.

@reinier
Copy link
Author

reinier commented Oct 31, 2014

Helaas werkt het bundle commando niet meer in brew dus ik verwijs iedereen die dit leest even hier op:
https://github.com/msanders/cider

Een goede vervanging voor wat deze brewfile deed.

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