Skip to content

Instantly share code, notes, and snippets.

View timothyasp's full-sized avatar
🐢
Turtles

Tim Asp timothyasp

🐢
Turtles
View GitHub Profile

Keybase proof

I hereby claim:

  • I am timothyasp on github.
  • I am tasp (https://keybase.io/tasp) on keybase.
  • I have a public key ASDeR407tKgsoRSgMDsusddz-vJMwebaV_NOF3pzXwjcuwo

To claim this, I am signing this object:

@timothyasp
timothyasp / standbydelaytweak.sh
Last active March 23, 2020 19:49
Mac OSX speedy resume from sleep and power management. From http://blog.metamatt.com/blog/2013/02/21/speedy-resume/
#!/bin/bash
# Set standby delay on battery to 12hr
sudo pmset -b standbydelay 43200
# Disable it entirely on battery
sudo pmset -c standby 0