dotfiles/home/.chezmoiscripts/darwin/run_once_desktopservices.sh

7 lines
104 B
Bash

#!/bin/sh
set -x
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
set +x