bainianlaoyao/bash-on-windows

插件 ⭐ 0 NOASSERTION codingsecuritytools

在Windows上,可用的bash工具仅限于Git Bash,且PowerShell已被禁用。

catalog 简介:On Windows, the available bash tool is limited to Git Bash and PowerShell is disabled.

安装

# 1) 宿主平面(bundle patch)
dsh plugin --profile web add github:bainianlaoyao/windows-bash   # GitHub 分发
dsh plugin --profile web add windows-bash                        # npm 分发(已发布;预构建安装免 allowBuilds)
#    或手动把 cordis.patch.yml 里的 6 行补进 profile 的 cordis.patch.yml

# 2) 会话平面(三个 bash-only 预设,junction 安装,不复制代码)
powershell -ExecutionPolicy Bypass -File scripts/install.ps1

# 3) 重启 dsh,新建会话,选择 standard-bash / code-bash / cordis-bash 预设

bainianlaoyao/bash-on-windows 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。