Skip to content

Instantly share code, notes, and snippets.

@edubkendo
Created April 3, 2014 18:00
Show Gist options
  • Save edubkendo/9959463 to your computer and use it in GitHub Desktop.
Save edubkendo/9959463 to your computer and use it in GitHub Desktop.
Unshow hidden files in Finder on OSX
#!/bin/bash
defaults delete com.apple.finder AppleShowAllFiles
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment