Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Created January 30, 2017 03:58
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 anubhavsinha/456851b256d319f67111a65def7f2036 to your computer and use it in GitHub Desktop.
Save anubhavsinha/456851b256d319f67111a65def7f2036 to your computer and use it in GitHub Desktop.
hide and show desktop icons on mac
#hide
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
#show
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