Skip to content

Instantly share code, notes, and snippets.

@eggplants
Last active January 16, 2026 14:54
Show Gist options
  • Select an option

  • Save eggplants/9e58e2e28c03530ecd29b2b99b2017e7 to your computer and use it in GitHub Desktop.

Select an option

Save eggplants/9e58e2e28c03530ecd29b2b99b2017e7 to your computer and use it in GitHub Desktop.
Enable/disable Macbook to sleep
#!/usr/bin/bash
# disable to sleep
sudo pmset -a disablesleep 1
# enable to sleep
sudo pmset -a disablesleep 0
#
caffeinate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment