Skip to content

Instantly share code, notes, and snippets.

@Happyholic1203
Last active May 3, 2016 06:45
Show Gist options
  • Save Happyholic1203/359ff0c4f32efe03a57d to your computer and use it in GitHub Desktop.
Save Happyholic1203/359ff0c4f32efe03a57d to your computer and use it in GitHub Desktop.
#!/bin/bash
test `xcode-select -p` || xcode-select --install
test `which brew` || ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew install caskroom/cask/brew-cask
brew cask install google-chrome
brew cask install macdown
brew cask install evernote
brew cask install sqlitebrowser
# Quick Look Plugin
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql webpquicklook suspicious-package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment