Skip to content

Commit

Permalink
Add note on how to get plugins working in Catalina (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
jeeftor and sindresorhus committed Jan 21, 2020
1 parent de5c684 commit 4eb190c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize suspicious-package quicklookase qlvideo
```

##### Catalina notes

To get plugins working in Catalina, you will need to remove the quarantine attribute.

Run this to see the attributes:

```
xattr -r ~/Library/QuickLook/
```

And run this to remove the attributes:

```
xattr -d -r com.apple.quarantine ~/Library/QuickLook/
```


### Manually

- Click "download manually"
Expand Down

0 comments on commit 4eb190c

Please sign in to comment.