> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lazyraccoon.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Gemini CLI

> What gets synced for Gemini CLI.

**Tool ID:** `gemini`
**Config directory:** `~/.gemini/`

## Synced files

| File / Directory | Type            | Description                    |
| ---------------- | --------------- | ------------------------------ |
| `GEMINI.md`      | Text            | Custom instructions for Gemini |
| `settings.json`  | JSON            | Gemini CLI settings            |
| `commands/`      | TOML / Markdown | Custom commands                |

## Example

```bash theme={null}
lazy push --tool gemini
lazy pull --tool gemini
```
