Skip to content

Instantly share code, notes, and snippets.

@jvrck
Created June 12, 2023 21:46
Show Gist options
  • Select an option

  • Save jvrck/96a1bf85b37ecf799eeb8c89c5ae8567 to your computer and use it in GitHub Desktop.

Select an option

Save jvrck/96a1bf85b37ecf799eeb8c89c5ae8567 to your computer and use it in GitHub Desktop.
Show hidden files on MacOS
#!/bin/bash
# Source
# https://au.pcmag.com/macos/83540/how-to-access-your-macs-hidden-files
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