More helpful documentation in .osx.

This commit is contained in:
Jeff Geerling
2014-02-13 16:40:43 -06:00
parent 46bd37fe51
commit cb9d7db823
Vendored
+4 -3
View File
@@ -11,17 +11,18 @@
# @author Jeff Geerling, 2014
# Based on .osx file from https://github.com/mathiasbynens/dotfiles.
# Get admin password for sudo.
# Get admin password for sudo
sudo -v
# Update existing `sudo` timestamp until `.osx` has finished.
# Update existing `sudo` timestamp until `.osx` has finished
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
###############################################################################
# General UI/UX #
###############################################################################
# Set standby delay to 24 hours (default is 1 hour).
# Set standby delay to 24 hours (default is 1 hour)
# You can check current values with `pmset -g`.
sudo pmset -a standbydelay 86400
# Expand save panel by default