Skip to content

Instantly share code, notes, and snippets.

View hnielsen's full-sized avatar

Henrik Nielsen hnielsen

  • Copenhagen, Denmark
View GitHub Profile
@hnielsen
hnielsen / spotlight.sh
Created June 16, 2017 08:37
[Spotlight search] Enable spotlight search on network drives #osx #bash
# Enable: -i on / Disable: -i off
mdutil /Volumes/Library -i on
mdutil /Volumes/Music -i on
mdutil /Volumes/Pictures -i on
mdutil /Volumes/Video -i on