Skip to content

Instantly share code, notes, and snippets.

@daveanderson
Forked from tj/icons.sh
Created May 21, 2017 04:01
Show Gist options
  • Save daveanderson/ffe526673b8e5baaf4c0c3eacfb82982 to your computer and use it in GitHub Desktop.
Save daveanderson/ffe526673b8e5baaf4c0c3eacfb82982 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