diff options
Diffstat (limited to '')
-rw-r--r-- | src/macos.thrust | 5 |
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/`. |