Skip to content

Instantly share code, notes, and snippets.

@hofmannsven
Last active December 20, 2022 21:14
Show Gist options
  • Save hofmannsven/8335155 to your computer and use it in GitHub Desktop.
Save hofmannsven/8335155 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