Skip to content

Instantly share code, notes, and snippets.

View jacklynrose's full-sized avatar

Jacklyn Rose jacklynrose

  • Australia
View GitHub Profile
@rponte
rponte / AppleShowAllFiles.sh
Created April 12, 2011 15:00
Show all files on Finder (hidden files)
# for more informations, http://lifehacker.com/#!188892/show-hidden-files-in-finder
# In the Terminal type:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder