Skip to content

Instantly share code, notes, and snippets.

@obie
Created August 1, 2025 22:45
Show Gist options
  • Select an option

  • Save obie/c65557e0ea71a9540d238fb83cb5205e to your computer and use it in GitHub Desktop.

Select an option

Save obie/c65557e0ea71a9540d238fb83cb5205e to your computer and use it in GitHub Desktop.

Revisions

  1. obie created this gist Aug 1, 2025.
    17 changes: 17 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    {
    "$schema": "https://json.schemastore.org/claude-code-settings.json",
    "model": "opus",
    "hooks": {
    "PostToolUse": [
    {
    "matcher": "Update|Write",
    "hooks": [
    {
    "type": "command",
    "command": "rubocop -A && afplay /System/Library/Sounds/Purr.aiff"
    }
    ]
    }
    ]
    }
    }