Skip to content

Instantly share code, notes, and snippets.

@geewiz
Created July 8, 2015 11:32
Show Gist options
  • Save geewiz/d310659b5177d985e9d1 to your computer and use it in GitHub Desktop.
Save geewiz/d310659b5177d985e9d1 to your computer and use it in GitHub Desktop.
#!/bin/bash -e
# Install brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
BREW="brew install"
$BREW git
$BREW autojump
$BREW mobile-shell
$BREW tmux
$BREW reattach-to-user-namespace
$BREW terminal-notifier
$BREW multimarkdown
$BREW pandoc
$BREW httping
$BREW rbenv ruby-build
$BREW heroku-toolbelt
$BREW docker docker-compose
$BREW wget
$BREW kindlegen
$BREW html2text
# Packer
brew tap homebrew/binary
$BREW packer
# Prince XML
brew tap caius/prince
$BREW prince
# Binary applications
$BREW caskroom/cask/brew-cask
CASK="brew cask install --appdir=/Applications"
$CASK dropbox
$CASK 1password
$CASK alfred
$CASK istat-menus
$CASK slack
$CASK stay
$CASK sqwiggle
$CASK backblaze
$CASK bartender
$CASK bittorrent-sync
$CASK chefdk
$CASK concentrate
$CASK curio
$CASK fluid
$CASK flux
$CASK karabiner
$CASK keyboard-maestro
$CASK knock
$CASK mailplane
$CASK marsedit
$CASK mindnode-pro
$CASK moneymoney
$CASK omnioutliner
$CASK omnigraffle
$CASK postbox
$CASK rescuetime
$CASK scrivener
$CASK seil
$CASK send-to-kindle
$CASK skitch
$CASK skype
$CASK spotify
$CASK superduper
$CASK textexpander
$CASK transmission
$CASK transmit
$CASK virtualbox
$CASK vagrant
$CASK boot2docker
$CASK ynab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment