From 1806d7fe828d77c8492f3d264fccff15a1b69be6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 16 Nov 2015 13:45:49 +0000 Subject: [PATCH] Added .osx --- .osx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .osx diff --git a/.osx b/.osx new file mode 100644 index 0000000..46475d2 --- /dev/null +++ b/.osx @@ -0,0 +1,14 @@ +# Set standby delay to 24 hours (default is 1 hour) +sudo pmset -a standbydelay 86400 + +# Disable the sound effects on boot +sudo nvram SystemAudioVolume=" " + +# Remove the dock delay. +defaults write com.apple.Dock autohide-delay -float 0 + +# Disable transparency in the menu bar and elsewhere on Yosemite. +defaults write com.apple.universalaccess reduceTransparency -bool true + +# Change the default screenshot location. +defaults write com.apple.screencapture location ~/Pictures/Screenshots