Skip to content

Instantly share code, notes, and snippets.

@ivanrosolen
Created March 11, 2016 17:23
Show Gist options
  • Save ivanrosolen/f4803f7fbf8aadd9e675 to your computer and use it in GitHub Desktop.
Save ivanrosolen/f4803f7fbf8aadd9e675 to your computer and use it in GitHub Desktop.
Remove DS_Store
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
$ find . -iname ".DS_Store" -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment