Update run_onchange_after_99-nvim-sync.sh.tmpl

This commit is contained in:
2026-03-09 15:07:39 +00:00
committed by tqcq
parent aa390acae5
commit 82e565ea69
2 changed files with 16 additions and 2 deletions

View File

@@ -53,6 +53,20 @@ export PATH=\$PATH:/usr/local/go/bin
EOF
fi
sudo npm install -g opencode-ai
sudo npm install -g opencode-ai clawhub mcporter agent-browser openclaw@latest
openclaw gateway install
HIMALAYA_VERSION=v1.2.0
wget -qO- "https://github.com/pimalaya/himalaya/releases/download/${HIMALAYA_VERSION}/himalaya.x86_64-linux.tgz" | tar -xz && \
sudo mv himalaya /usr/local/bin/himalaya && \
sudo chmod +x /usr/local/bin/himalaya && \
himalaya --version
# Install feed CLI (RSS for AI agents)
FEED_VERSION=0.2.0
wget -qO- "https://github.com/odysseus0/feed/releases/download/v${FEED_VERSION}/feed_${FEED_VERSION}_linux_amd64.tar.gz" | tar -xz && \
sudo mv feed /usr/local/bin/feed && \
sudo chmod +x /usr/local/bin/feed && \
feed --version
{{ end -}}

View File

@@ -10,7 +10,7 @@
{{ end -}}
zsh -c 'vim --headless "+Lazy! sync" "+MasonToolsInstall" +qa'
tmux new-session -d -s warn-up
tmux new-session -d -s warm-up
tmux new-window -t warm-up:1 -n vim vim
tmux new-window -t warm-up:2 -n zsh zsh