Skip to content

Instantly share code, notes, and snippets.

@jehrhardt
Created September 10, 2013 07:49
Show Gist options
  • Save jehrhardt/6506238 to your computer and use it in GitHub Desktop.
Save jehrhardt/6506238 to your computer and use it in GitHub Desktop.
Set up shared mime info on Mac OS X via Homebrew
#!/bin/sh
# Install package shared-mime-info via Homebrew
brew install shared-mime-info
# Initialize shared mime info database
update-mime-database /usr/local/share/mime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment