Skip to content

Instantly share code, notes, and snippets.

@caratage
Last active April 27, 2018 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caratage/a2512c70a6243d5361006938ee31c852 to your computer and use it in GitHub Desktop.
Save caratage/a2512c70a6243d5361006938ee31c852 to your computer and use it in GitHub Desktop.
OSX - show hidden files
#!/bin/bash
# defaults write com.apple.finder AppleShowAllFiles NO
defaults write com.apple.finder AppleShowAllFiles YES
killall Finder /System/Library/CoreServices/Finder.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment