From 91762dff3488765d8c1713b8bb4454a8cfaf8387 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Mon, 26 Oct 2020 21:58:52 +0000 Subject: add "how to not litter .DS_Store files" to macos --- src/macos.thrust | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/macos.thrust b/src/macos.thrust index 74ab8dd..bf653eb 100644 --- a/src/macos.thrust +++ b/src/macos.thrust @@ -57,6 +57,11 @@ date: 2020-08-27 tmux ``` + ## No `.DS_Store` files on remote devices + + $ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true + $ defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true + ## Custom sound effects 1. Move e.g. `Honk.aiff` to `/Library/Audio/Sounds/Alerts/`. -- cgit v1.2.3