Skip to content

Instantly share code, notes, and snippets.

@hanssens
Last active April 22, 2022 00:53
Show Gist options
  • Save hanssens/8787893 to your computer and use it in GitHub Desktop.
Save hanssens/8787893 to your computer and use it in GitHub Desktop.
Show all system files, incl. .gitignore, in OSX.
Show all hidden files
> defaults write com.apple.finder AppleShowAllFiles TRUE
Hide all hidden files
> defaults write com.apple.finder AppleShowAllFiles FALSE
In both actions, Finder needs to be restarted through:
> killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment