Skip to content

Instantly share code, notes, and snippets.

@rtfpessoa
Created May 27, 2015 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtfpessoa/8d7ee9b4d9fc95a0e7fb to your computer and use it in GitHub Desktop.
Save rtfpessoa/8d7ee9b4d9fc95a0e7fb to your computer and use it in GitHub Desktop.
Fix OSx Spotlight
#!/bin/bash
#
# Fix Spotlight
#
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
sudo rm -rf /.Spotlight-V100
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment