# script **Repository Path**: neondeep/script ## Basic Information - **Project Name**: script - **Description**: 本项目包含了针对 Linux 和 Windows 系统的多种脚本,涵盖了广泛的使用场景,使用户能够快速搭建开发环境、部署应用以及进行常见任务的自动化。 - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/neondeep/script - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2023-05-27 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [script](https://gitee.com/neondeep/script) ## 项目简介 本项目包含了针对 Linux 和 Windows 系统的多种脚本,涵盖了广泛的使用场景,使用户能够快速搭建开发环境、部署应用以及进行常见任务的自动化,加速开发和提高工作效率。 ## 项目结构 ``` script ├── blogs -- 文章 ├── linux -- linux ├── docker -- docker安装常用软件 ├── docker-compose -- docker-compose安装常用软件 ├── shell -- shell合集 ├── syntax -- shell语法学习 ├── test -- shell测试案例 ├── tool -- shell小工具 ├── software -- shell安装常用软件 ├── python -- python ├── windows -- windows ``` ## 使用说明 - [docker](./linux/docker):docker的安装和卸载,docker安装常用的软件 - [docker-compose](./linux/docker-compose):docker-compose的安装和卸载,docker-compose安装常用的软件 - [software](./linux/software):利用shell安装常用的软件安装 - [shell](./linux/shell):shell脚本分享 - [windows](./linux/shell):windows脚本分享 ## 参与贡献 1. Fork 本仓库 2. 新建 feature_xxx 分支 3. 提交代码 4. 新建 Pull Request ## 授权许可 本项目基于 MIT 许可证进行发布