Skip to content

Instantly share code, notes, and snippets.

@zaru
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save zaru/11107929 to your computer and use it in GitHub Desktop.

Select an option

Save zaru/11107929 to your computer and use it in GitHub Desktop.
Brewfile
# Add Repository
tap homebrew/versions || true
tap phinze/homebrew-cask || true
tap homebrew/binary || true
# Brew Update
update || true
# Brew Cask
install brew-cask || true
# Packages
install --disable-etcdir zsh || true
install vim || true
install jq || true
install curl || true
install wget || true
install dnsmasq || true
install composer || true
# Cask Packages
cask install iterm2 || true
cask install alfred || true
cask install dash || true
cask install skitch || true
cask install evernote || true
cask install dropbox || true
cask install skype || true
cask install sourcetree || true
cask install mysqlworkbench || true
cask install sequel-pro || true
cask install firefox || true
cask install google-chrome || true
cask install yorufukurou || true
cask install kobito || true
cask install vitualbox || true
cask install vagrant || true
cask install sublime-text || true
cask install phpstorm || true
cask install eclipse-ide || true
cask install unity3d || true
cask install cyberduck || true
cask install the-unarchiver || true
cask install imageoptim || true
cask install speedlimit || true
cask install colors || true
cask install sitesucker || true
cask install google-japanese-ime || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment