Skip to content

Instantly share code, notes, and snippets.

@ameintjes
Forked from dceoy/disable_DS_Store.sh
Last active August 11, 2019 11:27
Show Gist options
  • Save ameintjes/015c703d61939d8ae2bd82a71b35ded4 to your computer and use it in GitHub Desktop.
Save ameintjes/015c703d61939d8ae2bd82a71b35ded4 to your computer and use it in GitHub Desktop.
[OSX howtos] #osx
# disable .DS_Store
defaults write com.apple.desktopservices DSDontWriteNetworkStores True
# remove xcode bloat
# https://macperformanceguide.com/blog/2016/20161031_1600-XCode-saving-space.html
cd /Applications/Xcode.app/Contents/Developer/Platforms/
sudo rm -rf AppleTV* Watch* iPhone*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment