⚡One-line Install (Recommended)
bash -c "$(curl -fsSL https://cc.yovy.app/install.sh)"
This script will automatically install Node.js, Claude Code, and configure your environment to use Gemini.
1Manual: Install Claude Code
npm install -g @anthropic-ai/claude-code
Or download from claude.ai/code
2Manual: Get Gemini API Key
Sign up at Google AI Studio and get your API key
3Manual: Configure
Add these to your shell config (~/.bashrc or ~/.zshrc):
export ANTHROPIC_BASE_URL="https://cc.yovy.app"
export ANTHROPIC_API_KEY="your-gemini-api-key"
export ANTHROPIC_API_KEY="your-gemini-api-key"
Optional: Configure a specific model:
export ANTHROPIC_MODEL="gemini-1.5-flash-latest"
Then reload your shell:
source ~/.bashrc
🎉 Ready to go!
Run claude in your terminal and enjoy access to Gemini models