mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 22:57:17 +02:00
chore: remove gemini-cli
This commit is contained in:
@@ -33,7 +33,6 @@ Current targets:
|
||||
- Codex: `AGENTS.md` -> `${CODEX_HOME:-~/.codex}/AGENTS.md`
|
||||
- OpenCode: `AGENTS.md` -> `${XDG_CONFIG_HOME:-~/.config}/opencode/AGENTS.md`
|
||||
- Claude Code: `AGENTS.md` -> `~/.claude/CLAUDE.md`
|
||||
- Gemini: `AGENTS.md` -> `~/.gemini/GEMINI.md`
|
||||
|
||||
Behavior:
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ Installed via Nix:
|
||||
- codex
|
||||
- cursor-cli
|
||||
- claude-code
|
||||
- gemini-cli
|
||||
- opencode
|
||||
|
||||
Install Manually:
|
||||
|
||||
@@ -31,12 +31,9 @@ def main() -> int:
|
||||
xdg_config_home = Path(os.environ.get("XDG_CONFIG_HOME", "~/.config")).expanduser()
|
||||
opencode_dir = xdg_config_home / "opencode"
|
||||
claude_dir = Path("~/.claude").expanduser()
|
||||
gemini_dir = Path("~/.gemini").expanduser()
|
||||
|
||||
install_one(codex_dir, agents_file, "AGENTS.md")
|
||||
install_one(opencode_dir, agents_file, "AGENTS.md")
|
||||
install_one(claude_dir, agents_file, "CLAUDE.md")
|
||||
install_one(gemini_dir, agents_file, "GEMINI.md")
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
codex
|
||||
cursor-cli
|
||||
claude-code
|
||||
gemini-cli
|
||||
opencode
|
||||
|
||||
# Utilities
|
||||
|
||||
@@ -129,7 +129,7 @@ nvme0n1 259:0 0 1.8T 0 disk
|
||||
/home/ryan/.gnupg
|
||||
/home/ryan/.kimi
|
||||
/home/ryan/.ipython
|
||||
/home/ryan/.gemini
|
||||
|
||||
/home/ryan/.docker
|
||||
/home/ryan/.config/sunshine
|
||||
/home/ryan/.cursor
|
||||
|
||||
@@ -146,7 +146,6 @@ in
|
||||
".agents" # skills for all agents
|
||||
".config/agents"
|
||||
".claude"
|
||||
".gemini"
|
||||
".codex"
|
||||
".config/opencode"
|
||||
".local/share/opencode"
|
||||
|
||||
Reference in New Issue
Block a user