Created
April 17, 2015 14:57
-
-
Save maxfunke/e93198eaaa6b7e2fcb5b to your computer and use it in GitHub Desktop.
Disable .DS_Store file creation for OSX
This file contains hidden or 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
defaults write com.apple.desktopservices DSDontWriteNetworkStores true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as you might guess: to enable again just use 'false'