Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active February 21, 2026 21:06
Show Gist options
  • Select an option

  • Save wilmoore/7f0a3ad4d1a43e72015f700e131d6d08 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/7f0a3ad4d1a43e72015f700e131d6d08 to your computer and use it in GitHub Desktop.
Software Engineering :: Pair Programming :: AI Assistant :: Gemini CLI

Software Engineering :: Pair Programming :: AI Assistant :: Gemini CLI

⪼ Made with 💜 by Polyglot.

assistant
npx @google/gemini-cli
gemini --approval-mode=plan

» cat ~/.gemini/settings.json
{
  "experimental": {
    "plan": true
  },
  "security": {
    "auth": {
      "selectedType": "oauth-personal"
    }
  },
  "general": {
    "vimMode": true,
    "previewFeatures": true,
    "defaultApprovalMode": "plan"
  },
  "output": {
    "format": "text"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment