# yo-scripts **Repository Path**: phyloong/yo-scripts ## Basic Information - **Project Name**: yo-scripts - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-14 - **Last Updated**: 2026-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yo-scripts PowerShell 个人配置脚本集合。 ## 项目简介 yo-scripts 是一个用于个性化 PowerShell 环境的脚本集合,包含常用的别名、环境配置和自定义函数,帮助提升命令行工作效率。 ## 包含内容 - **Microsoft.PowerShell_profile.ps1** - PowerShell 启动配置 - **aliases.ps1** - 自定义命令别名 - **envsetup.ps1** - 环境变量设置 - **functions.ps1** - 自定义 PowerShell 函数 ## 使用方法 将脚本文件复制到 PowerShell 配置目录即可使用。 ```powershell # 复制到用户 PowerShell 配置目录 # PowerShell 5: $HOME\Documents\WindowsPowerShell\ # PowerShell 7: $HOME\Documents\PowerShell\ ``` 或直接在 PowerShell 中加载脚本: ```powershell . .\powershell\envsetup.ps1 . .\powershell\aliases.ps1 . .\powershell\functions.ps1 ``` ## 许可证 MIT License