bainianlaoyao/bash-on-windows

Plugin ⭐ 0 NOASSERTION codingsecuritytools

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

Install

# 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 预设

Add bainianlaoyao/bash-on-windows to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.