Skip to content

Instantly share code, notes, and snippets.

@aradnom
Created March 1, 2016 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aradnom/0b26af79ce3982acda71 to your computer and use it in GitHub Desktop.
Save aradnom/0b26af79ce3982acda71 to your computer and use it in GitHub Desktop.
Hide/show desktop icons on OS X
# Hide icons
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
# Show icons
defaults write com.apple.finder CreateDesktop -bool true && killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment