Last active
May 27, 2016 02:19
-
-
Save dilantha/272f41cc270c8c6e4c94092f17e19117 to your computer and use it in GitHub Desktop.
Mac setup
This file contains hidden or 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
| # 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