Skip to content

Instantly share code, notes, and snippets.

@ccarrasc
Created April 22, 2015 21:17
Show Gist options
  • Select an option

  • Save ccarrasc/3f87326f1f4c1bf162ae to your computer and use it in GitHub Desktop.

Select an option

Save ccarrasc/3f87326f1f4c1bf162ae to your computer and use it in GitHub Desktop.
Show hidden files in Finder on OSX
#!/bin/bash
defaults write com.apple.finder AppleShowAllFiles YES
# Changes will appear when you next launch Finder
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment