Skip to content

Instantly share code, notes, and snippets.

@tj
Created January 25, 2017 17:22
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save tj/80a787364d97b391317d7aed35ad390b to your computer and use it in GitHub Desktop.
Save tj/80a787364d97b391317d7aed35ad390b to your computer and use it in GitHub Desktop.
show_icons() {
defaults write com.apple.finder CreateDesktop true
killall Finder
}
hide_icons() {
defaults write com.apple.finder CreateDesktop false
killall Finder
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment