Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save treyhoover/ba698f2bee06d05517e9abaf657fac4d to your computer and use it in GitHub Desktop.
Save treyhoover/ba698f2bee06d05517e9abaf657fac4d to your computer and use it in GitHub Desktop.
Hide/Show OSX Icons
# Hide
defaults write com.apple.finder CreateDesktop false; killall Finder
# Show
defaults write com.apple.finder CreateDesktop true; killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment