Skip to content

Instantly share code, notes, and snippets.

View victor-rocha's full-sized avatar
✌️
peace

Victor Rocha victor-rocha

✌️
peace
View GitHub Profile
@victor-rocha
victor-rocha / hidden Files
Created July 6, 2017 04:28
Show hidden files OSX
# Show hidden files
$ defaults write com.apple.Finder AppleShowAllFiles true
$ killall Finder
# Hide hidden files
$ defaults write com.apple.Finder AppleShowAllFiles false
$ killall Finder