1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Compare commits

..

No commits in common. "54e7c1fbd84d3b517ab5fee912b88f234df7360f" and "0a0df8efb65d5e3d9f724e2368bef7eb4b4bf5de" have entirely different histories.

View File

@ -7,13 +7,6 @@ osascript -e 'tell application "System Preferences" to quit'
# Ask for the administrator password upfront
sudo -v
###############################################################################
# Hardware tweaks #
###############################################################################
# Switch on the old boot chime
sudo nvram StartupMute=%00
###############################################################################
# General UI/UX #
###############################################################################
@ -175,6 +168,9 @@ defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
# Enable spring loading for directories
defaults write NSGlobalDomain com.apple.springing.enabled -bool true
# Remove the spring loading delay for directories
defaults write NSGlobalDomain com.apple.springing.delay -float 0
# Avoid creating .DS_Store files on network or USB volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true