# scoop **Repository Path**: yxini/scoop ## Basic Information - **Project Name**: scoop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-17 - **Last Updated**: 2026-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Scoop 备份 更新时间:2026-03-17 包含内容 - `scoop-export.json`:当前 bucket + 已安装应用清单 - `scoop-config.txt`:当前 `scoop config` 输出 - `install.ps1`:一键恢复脚本(会尝试安装 Scoop、设置配置、恢复 buckets 和应用) 一键恢复 1. 克隆本仓库 2. 运行 `powershell -ExecutionPolicy Bypass -File .\install.ps1` 3. 如需指定安装目录:`powershell -ExecutionPolicy Bypass -File .\install.ps1 -ScoopDir "D:\\scoop"` 更新备份 1. `scoop export > .\scoop-export.json` 2. `scoop config > .\scoop-config.txt` 3. `git add . && git commit -m "update scoop snapshot" && git push` 说明 - 脚本默认使用 Gitee 的 Scoop 镜像安装脚本,并设置 `scoop_repo` 为 Gitee 镜像。 - 若 `scoop import` 不可用,脚本会自动回退为“添加 buckets + 安装应用”的方式恢复。