# win-shell **Repository Path**: luobai-bg/win-shell ## Basic Information - **Project Name**: win-shell - **Description**: 一个专注于Windows环境下的命令行美化及快捷使用,旨在提升在Windows平台上的工作效率,提供可扩展的Shell脚本和实用工具。 cmd+clink与PowerShell+startship - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-21 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # win-shell #### 介绍 一个专注于Windows环境下的命令行美化及快捷使用,旨在提升在Windows平台上的工作效率,提供可扩展的Shell脚本和实用工具。 cmd+clink与PowerShell+startship #### 软件架构 🌟 Starship 便携版 for Windows 10/11 📌 使用方法: 1\. 双击 "Start-PortablePS.bat" 启动带 Starship 的 PowerShell 2\. 首次使用会自动创建 config/ 目录 3\. 要切换主题,请在 PowerShell 中运行:   Configure-Starship   或双击 "Configure-Starship.ps1"(需先允许脚本执行) 📁 目录说明: \- themes/ → 放置 .toml 主题文件(自动识别) \- config/ → 存储当前主题选择 \- starship.exe → 必须存在(从 GitHub 下载) 💡 提示: \- 所有文件均可放在 U 盘,即插即用 \- 不修改系统 PATH、注册表或用户配置 \- 支持中文,需 Windows 10/11 系统 🔗 官网:https://starship.rs Starship-Portable/ ├── starship.exe ← Starship 主程序(从官网下载) ├── themes/ ← 主题文件夹(放 .toml 文件) │ ├── default.toml ← 默认主题 │ ├── minimal.toml ← 极简主题 │ └── dev-dark.toml ← 开发者暗色主题 ├── config/ ← (可选)运行时生成的当前配置 │ └── current-theme.txt ← 记录当前使用的主题名 ├── lib/ ← (可选)运行时生成的当前配置 │ ├─ init-starship.ps1 │ ├─ functions.ps1 # unix-pwsh(仅 Linux 命令函数) │ └─ helper.ps1 # 交互工具 + aa 命令 ├── Start-PortablePS.bat ← 双击启动 PowerShell(带 Starship) └── README.txt ← 使用说明