Skip to content

Instantly share code, notes, and snippets.

@tommydunn
Last active October 19, 2019 01:05
Show Gist options
  • Save tommydunn/ba4eaeaff0b14325d78f to your computer and use it in GitHub Desktop.
Save tommydunn/ba4eaeaff0b14325d78f to your computer and use it in GitHub Desktop.
wipe (osx 10.11)

homebrew:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew doctor

brew cask

brew install caskroom/cask/brew-cask

brew install ack autojump automake colordiff curl git git-flow
hub icoutils imagemagick libmemcached memcached openssl ossp-uuid qt
readline redis tmux wget libxml2

$ brew cask install anvil
$ brew cask install awareness
$ brew cask install carbon-copy-cloner
$ brew cask install grandperspective
$ brew cask install macupdate-desktop
$ brew cask install parallels-desktop
$ brew cask install steam
$ brew cask install vagrant
$ brew cask install appzapper
$ brew cask install bartender
$ brew cask install cleanmymac
$ brew cask install hyperdock
$ brew cask install ngrok
$ brew cask install rescuetime
$ brew cask install totalfinder
$ brew cask install vagrant-manager

docker

$ brew install docker boot2docker
$ boot2docker init
$ boot2docker up

ruby gems

// rubyracer

$ brew uninstall v8
$ gem uninstall libv8
$ brew install v8
$ gem install therubyracer
$ gem install libv8 -v 3.16.14.3 -- --with-system-v8

// nokogiri

$ brew tap homebrew/dupes
$ brew install libxml2 libxslt libiconv
$ gem install nokogiri -- --with-iconv-dir=/usr/local/Cellar/libiconv/VERSION/

// capybara-webkit

$ brew install -v https://raw.github.com/cliffrowley/homebrew/patched_qt/Library/Formula/qt.rb --HEAD --without-ssse3
$ gem install capybara-webkit -v '0.9.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment