Skip to content

Instantly share code, notes, and snippets.

@jiskanulo
Created April 2, 2014 13:55
Show Gist options
  • Save jiskanulo/9934625 to your computer and use it in GitHub Desktop.
Save jiskanulo/9934625 to your computer and use it in GitHub Desktop.
update
# add repositories
tap homebrew/binary || true
tap homebrew/completions || true
tap homebrew/dupes || true
tap homebrew/versions || true
tap phinze/homebrew-cask || true
tap josegonzalez/php || true
# packages
install bash-completion
install coreutils
install findutils
install git
install git-now
install gnu-getopt
install gnu-tar
install htop-osx
install memcached
install mongodb
install mysql
install nginx
install nkf
install node
install openssl
install optipng
install packer
install php-version
install php53
install postgresql
install pow
install qt
install rails-completion
install reattach-to-user-namespace
install rbenv
install ruby-build
install source-highlight
install sqlite
install ssh-copy-id
install subversion17 --unicode-path
install terminal-notifier
install tig
install tmux
install vagrant-completion
install wget
install "http://toolbelt.treasuredata.com/brew/td-agent.rb"
cleanup
# for cask
install brew-cask
# packages from cask
cask install appcleaner
cask install google-chrome
cask install google-japanese-ime
cask install iterm2
cask install filezilla
cask install mou
cask install refresh-finder
cask install the-unarchiver
cask install trailer
cask install vagrant
cask install virtualbox
cask install xquartz
cask install xtrafinder
cask cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment