Skip to content

Instantly share code, notes, and snippets.

@miketierney
Created January 12, 2011 00:34
Show Gist options
  • Save miketierney/775457 to your computer and use it in GitHub Desktop.
Save miketierney/775457 to your computer and use it in GitHub Desktop.
Keeps Mac OSX from writing the annoying ._ files to remote volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
defaults write com.macromates.textmate OakDocumentCustomFSMetaData '( afpfs, nfs, msdos, hfs )'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment