diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-10-26 21:58:52 +0000 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-10-26 21:58:52 +0000 |
commit | 91762dff3488765d8c1713b8bb4454a8cfaf8387 (patch) | |
tree | 12fc6b5aa95c185d65ff42ccf6fef95df4577d99 /src/macos.thrust | |
parent | 40ae5938723abd004c49d6cff9624deed4b718db (diff) |
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/`. |