Skip to content

Instantly share code, notes, and snippets.

@conleym
Last active August 29, 2015 14:23
Show Gist options
  • Save conleym/0bcb87f81ef90b8951f3 to your computer and use it in GitHub Desktop.
Save conleym/0bcb87f81ef90b8951f3 to your computer and use it in GitHub Desktop.
Some Mac things
# The first time you try to run `locate`, it will tell you the database hasn't been built and tell you to run this.
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
# I want to see all the files. Tell finder to show hidden files, too.
defaults write com.apple.finder AppleShowAllFiles YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment