Skip to content

Instantly share code, notes, and snippets.

@tarex
Forked from tj/icons.sh
Created February 9, 2017 22:36
Show Gist options
  • Save tarex/1176cf1279f28e1482dc2e5ac939bf93 to your computer and use it in GitHub Desktop.
Save tarex/1176cf1279f28e1482dc2e5ac939bf93 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