Skip to content

Instantly share code, notes, and snippets.

@kauffmanes
Created December 11, 2017 16:01
Show Gist options
  • Save kauffmanes/d376595c91b7138e45c8772dbee2a138 to your computer and use it in GitHub Desktop.
Save kauffmanes/d376595c91b7138e45c8772dbee2a138 to your computer and use it in GitHub Desktop.
Show dot files on Mac
#!/bin/bash
#show .
defaults write com.apple.finder AppleShowAllFiles YES
#hide .
defaults write com.apple.finder AppleShowAllFiles NO
#hold option/alt, right-click Finder and relaunch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment