Skip to content

Instantly share code, notes, and snippets.

@gtallen1187
Created November 7, 2021 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtallen1187/a7bf4a34828a9be3528417a6ff09b925 to your computer and use it in GitHub Desktop.
Save gtallen1187/a7bf4a34828a9be3528417a6ff09b925 to your computer and use it in GitHub Desktop.
script to ensure all hidden files are visible in finder
defaults write com.apple.Finder AppleShowAllFiles true
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment