Skip to content

Instantly share code, notes, and snippets.

@keil0
Forked from hofmannsven/README.md
Created October 6, 2021 13:21
Show Gist options
  • Save keil0/631677d438ddb43c89377492ffa90a0d to your computer and use it in GitHub Desktop.
Save keil0/631677d438ddb43c89377492ffa90a0d 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