mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
16 lines
258 B
Bash
16 lines
258 B
Bash
# codex
|
|
npm i -g @openai/codex
|
|
|
|
# opencode
|
|
npm install -g opencode-ai
|
|
|
|
# kimi-cli
|
|
uv tool install --python 3.13 kimi-cli
|
|
uv tool upgrade kimi-cli --no-cache
|
|
|
|
# gemini-cli
|
|
npm install -g @google/gemini-cli
|
|
|
|
# update all agents installed via npm
|
|
npm update -g
|