summaryrefslogtreecommitdiff
path: root/src/macos.thrust
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-10-26 21:58:52 +0000
committerEthel Morgan <eth@ethulhu.co.uk>2020-10-26 21:58:52 +0000
commit91762dff3488765d8c1713b8bb4454a8cfaf8387 (patch)
tree12fc6b5aa95c185d65ff42ccf6fef95df4577d99 /src/macos.thrust
parent40ae5938723abd004c49d6cff9624deed4b718db (diff)
add "how to not litter .DS_Store files" to macosHEADlatest
Diffstat (limited to 'src/macos.thrust')
-rw-r--r--src/macos.thrust5
1 files changed, 5 insertions, 0 deletions
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/`.