Skip to content

Instantly share code, notes, and snippets.

@daveshah
Created July 10, 2015 18:41
Show Gist options
  • Save daveshah/47c5d686ff4cb2785c96 to your computer and use it in GitHub Desktop.
Save daveshah/47c5d686ff4cb2785c96 to your computer and use it in GitHub Desktop.
Set up Finder to show hidden files (Need to relaunch finder)
#!/bin/bash
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