File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# openspec
55npm install -g @fission-ai/openspec@latest
66
7+ # cursor cli
8+ export HOME=/opt/cursor
9+ curl https://cursor.com/install -fsS | bash
10+
11+ mkdir /opt/bin
12+ cp -rf /opt/cursor/.local/bin/agent /opt/bin/agent
13+ cp -rf /opt/cursor/.local/bin/cursor-agent /opt/bin/cursor-agent
14+
715# 全局配置
816echo " prefix=/root/.npm-packages" > /opt/node/lib/node_modules/npm/npmrc
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ compinit
119119export LC_ALL=en_US.UTF-8
120120export LANG=en_US.UTF-8
121121
122- export PATH=/data/bin:/root/.go/bin:/opt/go/bin:/opt/python/notebook/bin:/root/.npm-packages/bin:$PATH
122+ export PATH=/data/bin:/root/.go/bin:/opt/bin:/opt/ go/bin:/opt/python/notebook/bin:/root/.npm-packages/bin:$PATH
123123
124124# uv
125125export UV_PYTHON_INSTALL_DIR=/opt/python/versions
You can’t perform that action at this time.
0 commit comments