Skip to content

Instantly share code, notes, and snippets.

@dilantha
Last active May 27, 2016 02:19
Show Gist options
  • Select an option

  • Save dilantha/272f41cc270c8c6e4c94092f17e19117 to your computer and use it in GitHub Desktop.

Select an option

Save dilantha/272f41cc270c8c6e4c94092f17e19117 to your computer and use it in GitHub Desktop.
Mac setup
# Quick Look plugins https://github.com/sindresorhus/quick-look-plugins
## Preview source code files with syntax highlighting
brew cask install qlcolorcode
## Preview plain text files without or with unknown file extension. Example: README, CHANGELOG, index.styl, etc.
brew cask install qlstephen
## Preview Markdown files
brew cask install qlmarkdown
## Preview JSON files
brew cask install quicklook-json
## Preview CSV files
brew cask install quicklook-csv
# Install apps in /Applications
HOMEBREW_CASK_OPTS="--appdir=/Applications"
brew cask install alfred
brew cask install android-studio
brew cask install appcleaner
brew cask install atom
brew cask install cyberduck
brew cask install disk-inventory-x
brew cask install dropbox
brew cask install firefox
brew cask install google-chrome
brew cask install intellij-idea
brew cask install phpstorm
brew cask install sequel-pro
brew cask install sublime-text
brew cask install telegram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment