Skip to content

Instantly share code, notes, and snippets.

@kamilmodest
Last active April 19, 2024 15:06
Show Gist options
  • Save kamilmodest/7ab858e674cb216465616428499ea31f to your computer and use it in GitHub Desktop.
Save kamilmodest/7ab858e674cb216465616428499ea31f to your computer and use it in GitHub Desktop.
# https://github.com/sindresorhus/quick-look-plugins
brew install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize
brew install --cask --no-quarantine syntax-highlight
# Turn of Apple complains like “QLStephen.qlgenerator” can’t be opened because Apple cannot check it for malicious software.
# Source: https://hargitai.co.nz/quicklook-plugin-qlgenerator-cant-be-opened-because-apple-cannot-check-it-for-malicious-software-fix-locally/
sudo xattr -cr ~/Library/QuickLook/*.qlgenerator
qlmanage -r
qlmanage -r cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment