Skip to content

Instantly share code, notes, and snippets.

@td0
Last active December 28, 2023 01:09
Show Gist options
  • Save td0/6bc31bc0aa6140033a33c054fe14c54d to your computer and use it in GitHub Desktop.
Save td0/6bc31bc0aa6140033a33c054fe14c54d to your computer and use it in GitHub Desktop.
to turn mac charging sound on
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true;
open /System/Library/CoreServices/PowerChime.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment