feat: install agents & persist data

This commit is contained in:
Ryan Yin
2026-03-13 10:26:38 +08:00
parent aaa6b77b15
commit f173ae37c0
2 changed files with 8 additions and 5 deletions
+5 -5
View File
@@ -139,6 +139,9 @@ in
".gemini" ".gemini"
".codex" ".codex"
".config/opencode" ".config/opencode"
".local/share/opencode"
".kimi" # kimi-cli
".context7" # up-to-date docs and code examples for for LLMs & agents
# nvim # nvim
".local/share/nvim" ".local/share/nvim"
@@ -151,7 +154,8 @@ in
".config/joplin" # tui client ".config/joplin" # tui client
".config/Joplin" # joplin-desktop ".config/Joplin" # joplin-desktop
# ".local/share/jupyter" ".local/share/jupyter"
".ipython"
# ====================================== # ======================================
# Cloud Native # Cloud Native
@@ -326,10 +330,6 @@ in
file = ".config/zoom.conf"; file = ".config/zoom.conf";
how = "symlink"; how = "symlink";
} }
{
file = ".claude.json";
how = "bindmount";
}
]; ];
}; };
}; };
+3
View File
@@ -11,5 +11,8 @@ uv tool upgrade kimi-cli --no-cache
# gemini-cli # gemini-cli
npm install -g @google/gemini-cli npm install -g @google/gemini-cli
# context7 - up-to-date docs and code examples for for LLMs & agents
npx ctx7 setup
# update all agents installed via npm # update all agents installed via npm
npm update -g npm update -g