Skip to content

Instantly share code, notes, and snippets.

@kipyegonmark
Created December 18, 2015 12:01
Show Gist options
  • Save kipyegonmark/3c4a272790c22044f596 to your computer and use it in GitHub Desktop.
Save kipyegonmark/3c4a272790c22044f596 to your computer and use it in GitHub Desktop.
View/Hide hidden files on Mac OS
defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app
defaults write com.apple.finder AppleShowAllFiles NO; 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