Skip to content

Instantly share code, notes, and snippets.

@steveswing
Forked from N4M3Z/brew.install.quicklook.sh
Created December 13, 2019 18:50
Show Gist options
  • Save steveswing/2929200f6831067c2156390aed93e75f to your computer and use it in GitHub Desktop.
Save steveswing/2929200f6831067c2156390aed93e75f to your computer and use it in GitHub Desktop.
Install Quick Look Plugins (OS X Caskroom)
#!/bin/sh
##
# Quick Look Plugins
# @url http://caskroom.io
# @brief Quick Look Plugins installed via Homebrew Cask
#
# For a comprehensive overview of Quick Look plugins look here: https://github.com/sindresorhus/quick-look-plugins
#
brew cask install qlcolorcode # Preview source code files with syntax highlighting
brew cask install qlstephen # Preview plain text files without a file extension. Example: README, CHANGELOG, etc.
brew cask install qlmarkdown # Preview Markdown files
brew cask install quicklook-json # Preview JSON files
brew cask install qlprettypatch # Preview .patch files
brew cask install quicklook-csv # Preview CSV files
brew cask install betterzipql # Preview archives
brew cask install qlimagesize # Display image size and resolution
brew cask install webpquicklook # Preview WebP images
brew cask install suspicious-package # Preview the contents of a standard Apple installer package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment