Last active
May 3, 2016 06:45
-
-
Save Happyholic1203/359ff0c4f32efe03a57d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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