Skip to content

Instantly share code, notes, and snippets.

@nipunsadvilkar
Forked from hofmannsven/README.md
Created January 31, 2022 11:06
Show Gist options
  • Save nipunsadvilkar/e15fc868fe1516ec3c3e86af0d73bb41 to your computer and use it in GitHub Desktop.
Save nipunsadvilkar/e15fc868fe1516ec3c3e86af0d73bb41 to your computer and use it in GitHub Desktop.
Show/Hide hidden system files on macOS
defaults delete com.apple.finder AppleShowAllFiles
killall Finder
defaults write com.apple.finder AppleShowAllFiles -boolean true
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment