Skip to content

Instantly share code, notes, and snippets.

@josephmosby
Created October 24, 2014 14:12
Show Gist options
  • Save josephmosby/cea161b291237ee8ecbb to your computer and use it in GitHub Desktop.
Save josephmosby/cea161b291237ee8ecbb to your computer and use it in GitHub Desktop.
Hide all icons on Desktop but not in ~/Desktop
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment