mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 16:12:40 +02:00
chore: add codex
This commit is contained in:
@@ -4,19 +4,19 @@ Reference commands for installing and updating agent CLIs. Run only the commands
|
|||||||
|
|
||||||
## Install CLIs
|
## Install CLIs
|
||||||
|
|
||||||
|
Installed via Nix:
|
||||||
|
|
||||||
|
- codex
|
||||||
|
- cursor-cli
|
||||||
|
- claude-code
|
||||||
|
- gemini-cli
|
||||||
|
|
||||||
|
Install Manually:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# codex
|
|
||||||
npm i -g @openai/codex
|
|
||||||
|
|
||||||
# opencode
|
|
||||||
npm install -g opencode-ai
|
|
||||||
|
|
||||||
# kimi-cli
|
# kimi-cli
|
||||||
uv tool install --python 3.13 kimi-cli
|
uv tool install --python 3.13 kimi-cli
|
||||||
uv tool upgrade kimi-cli --no-cache
|
uv tool upgrade kimi-cli --no-cache
|
||||||
|
|
||||||
# gemini-cli
|
|
||||||
npm install -g @google/gemini-cli
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Optional tooling
|
## Optional tooling
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
]
|
]
|
||||||
# AI Agent Tools
|
# AI Agent Tools
|
||||||
++ (with pkgs-master; [
|
++ (with pkgs-master; [
|
||||||
|
codex
|
||||||
cursor-cli
|
cursor-cli
|
||||||
claude-code
|
claude-code
|
||||||
gemini-cli
|
gemini-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user