Skip to content

Commit 3463cf5

Browse files
committed
Add quick look plugins
1 parent f0f397e commit 3463cf5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Homebrew/Cask.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ Install Homebrew-cask is really straight forward. We just need to add the cask t
1515

1616
It is really simple to check if the app is supported by cask by going to the search page on [caskroom.io](http://caskroom.io/)
1717

18+
### Quick look plugins
19+
20+
Some [plugins](https://github.com/sindresorhus/quick-look-plugins) to unable different files to work with Mac Quicklook. Includes features like syntax highlighting, markdown rendering, preview of jsons, patch files, csv, zip files etc.
21+
22+
$ brew cask install qlcolorcode
23+
$ brew cask install qlstephen
24+
$ brew cask install qlmarkdown
25+
$ brew cask install quicklook-json
26+
$ brew cask install qlprettypatch
27+
$ brew cask install quicklook-csv
28+
$ brew cask install betterzipql
29+
$ brew cask install webp-quicklook
30+
$ brew cask install suspicious-package
31+
1832
### App Installation
1933

2034
I'll now cover installation of the apps that I have mentioned in the apps section using cask.

0 commit comments

Comments
 (0)