Skip to content

Commit dc01884

Browse files
feat(ai-tools): include llmfit in Arch install flows
Add llmfit-bin to the yay-based AI tool installation path and align dots-dependencies optional AI checks/install messages with the same package set. This keeps dependency reporting and bootstrap behavior consistent. Made-with: Cursor
1 parent 5c249c8 commit dc01884

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

home/.chezmoiscripts/linux/run_onchange_before_install-ai-tools.sh.tmpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ if command -v yay >/dev/null 2>&1; then
6464
visual-studio-code-bin \
6565
cursor-bin \
6666
claude-code-stable \
67-
pi-coding-agent
67+
pi-coding-agent \
68+
llmfit-bin
6869
else
69-
warn "yay is not installed. Install VSCode/Cursor/Claude/pi manually."
70+
warn "yay is not installed. Install VSCode/Cursor/Claude/pi/llmfit manually."
7071
fi
7172

7273
pull_ollama_models_if_available

home/dot_local/bin/executable_dots-dependencies

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ declare -A AI_DEPS=(
6565
["opencode"]="OpenCode CLI"
6666
["ollama"]="Ollama local LLM runner"
6767
["pi"]="Pi coding agent"
68+
["llmfit"]="LLMfit CLI"
6869
)
6970

7071
check_dependency() {
@@ -163,9 +164,10 @@ install_dependencies() {
163164
visual-studio-code-bin \
164165
cursor-bin \
165166
claude-code-stable \
166-
pi-coding-agent
167+
pi-coding-agent \
168+
llmfit-bin
167169
else
168-
echo "⚠️ yay is not installed. Install Cursor/VSCode/Claude/pi manually."
170+
echo "⚠️ yay is not installed. Install Cursor/VSCode/Claude/pi/llmfit manually."
169171
fi
170172
else
171173
echo "ℹ️ Install AI tools manually on this distribution."

0 commit comments

Comments
 (0)