Skip to content

Instantly share code, notes, and snippets.

@davideparisi
Created July 7, 2015 09:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davideparisi/4bdfe09aca1d3b8c9fcf to your computer and use it in GitHub Desktop.
Save davideparisi/4bdfe09aca1d3b8c9fcf to your computer and use it in GitHub Desktop.
reload quicklook configuration on Mac Os X
#!/bin/bash
sudo diskutil repairPermissions /
qlmanage -r
qlmanage -r cache
rm -rf ~/Library/Preferences/com.apple.quicklook.ui.helper.plist
rm -rf ~/Library/Preferences/com.apple.quicklookconfig.plist
rm -rf ~/Library/Preferences/com.apple.QuickLookDaemon.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment