cc setup
Interactive first-time configuration wizard. Walks the full sequence:
- Settings — IDE, repo structure, multi-version mode, auto-fetch, timesheet, theme
- Odoo versions — filesystem scan, prompt to register each discovered install
- pyenv — for each registered version, link or create a virtualenv
- Shell integration — install the
ccshell function, daemon auto-start, prompt segment - Theme — pick a color palette (or build a custom one)
Runnable anytime — re-running on a configured machine pre-fills current values, shows "already registered" for known versions, skips shell install if it's already in place.
Usage
cc setupNo arguments. Walk through each step interactively.
Used during install
install.sh offers to run cc setup as the final step. You can run it manually any time later.
What if I only want to change one thing?
Use the dedicated verb:
- Settings →
cc config(single-setting picker) - Theme →
cc theme - Shell integration →
cc shell install - Add an Odoo version / workspace →
cc workspace add - pyenv virtualenv →
cc venv
Related
- Installation
- Settings Guide
cc config— day-to-day single-setting tweaks