Windows系统配置自动化脚本集合
本项目包含一系列用于自动化配置Windows系统的Python脚本,旨在简化开发环境的搭建过程。
-
install_git.py - Git安装脚本
- 自动下载最新版Git for Windows
- 静默安装配置
- 支持自动环境变量配置
-
install_powershell.py - PowerShell配置脚本
- PowerShell环境优化
- 常用模块安装
- 配置文件设置
-
install_windows_terminal_context.py - Windows Terminal集成
- 添加上下文菜单快捷方式
- 优化终端配置
- Windows操作系统
- Python 3.6+
- 管理员权限(部分功能需要)
- 克隆项目到本地:
git clone https://github.com/NamoTaiXuanL/System-Configuration-script.git
cd System-Configuration-script- 运行特定脚本:
# 安装Git
python script/install_git.py
# 配置PowerShell
python script/install_powershell.py
# 配置Windows Terminal
python script/install_windows_terminal_context.pySystem-Configuration-script/
├── script/ # 脚本目录
│ ├── install_git.py # Git安装脚本
│ ├── install_powershell.py # PowerShell配置脚本
│ └── install_windows_terminal_context.py # Terminal配置脚本
├── .gitignore # Git忽略文件
└── README.md # 项目说明文档
- Fork本项目
- 创建特性分支 (
git checkout -b feature/AmazingFeature) - 提交更改 (
git commit -m 'Add some AmazingFeature') - 推送到分支 (
git push origin feature/AmazingFeature) - 开启Pull Request
本项目采用MIT许可证 - 查看 LICENSE 文件了解详情
- NamoTaiXuanL - 项目发起者和主要维护者
如果您遇到问题或有建议,请:
- 查看 Issues 页面
- 创建新的Issue描述问题
- 或通过邮件联系维护者
⭐ 如果这个项目对您有帮助,请给它一个Star!