diff --git a/lib/macos.sh b/lib/macos.sh index 69c6d7b..78ac685 100755 --- a/lib/macos.sh +++ b/lib/macos.sh @@ -7,6 +7,13 @@ 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 # ###############################################################################