Created
June 30, 2015 20:55
-
-
Save geuis/bfe457b0eecefaff5d8d to your computer and use it in GitHub Desktop.
Hide & Show icons on desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hide | |
defaults write com.apple.finder CreateDesktop false && killall Finder | |
# Show | |
defaults write com.apple.finder CreateDesktop true && killall Finder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment