Skip to content

Instantly share code, notes, and snippets.

@PiiXiieeS
Forked from tj/icons.sh
Created January 25, 2017 20:14
Show Gist options
  • Save PiiXiieeS/4f684e9c486eeb1e41080de866d40187 to your computer and use it in GitHub Desktop.
Save PiiXiieeS/4f684e9c486eeb1e41080de866d40187 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