Skip to content

Instantly share code, notes, and snippets.

@weblogix
Last active March 29, 2020 06:40
Show Gist options
  • Select an option

  • Save weblogix/23ef089d1fb6a76a552c8fc7ca876573 to your computer and use it in GitHub Desktop.

Select an option

Save weblogix/23ef089d1fb6a76a552c8fc7ca876573 to your computer and use it in GitHub Desktop.
[Mac Power Management] Shortcuts for managing power management shortcuts on your mac #mac #osx #shortcuts
http://blog.taylormcgann.com/2012/07/05/hibernate-from-terminal/
alias hibernate='sudo pmset -a hibernatemode 25'
alias sleep='sudo pmset -a hibernatemode 0'
alias safesleep='sudo pmset -a hibernatemode 3'
alias smartsleep='sudo pmset -a hibernatemode 2'

Disable AddressbookSourceSync

$ launchctl unload -w /System/Library/LaunchAgents/com.apple.AddressBook.SourceSync.plist

Enable AddressbookSourceSync

$ launchctl load -w /System/Library/LaunchAgents/com.apple.AddressBook.SourceSync.plist

Get assertions

pmset -g assertions

Get current settings

pmset -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment