安装插件

在已装好 Hermes Agent 的电脑上运行:

# macOS / Linux
curl -fsSL https://peixingai.com/install.sh | bash

# Windows (PowerShell)
irm https://peixingai.com/install.ps1 | iex

多 profile

给指定的多个 profile 安装:

install.sh -p coder,work   # 指定 profile
install.sh --all           # 全部 profile

更新

重新运行同一条命令即可拉取最新插件,配对关系会保留,不需要重新配对。

先决条件

  • 命令行能跑 hermes(已安装 Hermes Agent)
  • 系统自带 curltar(Windows 10 1803+ 自带 tar.exe)