Skip to content

Instantly share code, notes, and snippets.

@ababol
Last active July 25, 2025 16:02
Show Gist options
  • Save ababol/9c7708604641441fe3dcbd5775c7d00b to your computer and use it in GitHub Desktop.
Save ababol/9c7708604641441fe3dcbd5775c7d00b to your computer and use it in GitHub Desktop.
Claude Code config
  1. Edit your Claude Code settings.local.json with the attached json.
  2. Download the AoE sounds here and place them in the .claude/sounds folder
  3. Enjoy 🏄‍♀️
{
"hooks": {
"Notification": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "afplay $CLAUDE_PROJECT_DIR/.claude/sounds/aoe_farm.mp3"
}
]
}
],
"Stop": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "afplay $CLAUDE_PROJECT_DIR/.claude/sounds/aoe_reliq.mp3"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment