Skip to content

Instantly share code, notes, and snippets.

@camsaul
Created October 23, 2014 08:38
Show Gist options
  • Save camsaul/3b2c066069ac7b47b658 to your computer and use it in GitHub Desktop.
Save camsaul/3b2c066069ac7b47b658 to your computer and use it in GitHub Desktop.
OS X finder to show hidden files
#!/bin/bash
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment