Skip to main content

Getting Started Right

Essential Configuration

0:00
LearnStep 1/3

The Config Menu

Managing Settings

Claude Code comes with an interactive configuration menu accessible from the terminal:

bash

Key settings you can configure:

  • Theme: Switch between Light and Dark modes
  • Auto-Updater: Enable or disable automatic updates
  • Verbose Mode: See detailed logs for debugging
  • Model Selection: Choose your preferred Claude model

Configuration File Location

Settings are stored in:

  • Linux/macOS: ~/.claude/settings.json
  • Windows: %USERPROFILE%\.claude\settings.json

Project-Specific Settings

You can also create .claude/settings.json in your project root for project-specific overrides.