This repository contains my personal Scoop software configuration. You can use it to restore all my buckets and applications on a new Windows machine with a single command.
- Open PowerShell (as a normal user, no admin needed for Scoop).
- Clone this repository (if you have git installed):
git clone <your-repo-url> cd <your-repo-name>
- Run the installation script:
.\install.ps1
- Buckets:
main,extras,versions,sysinternals,nerd-fonts,extras-cn,extras-plus. - Apps: Git, Node.js (LTS), Python, Ollama, RustDesk, FiraCode Nerd Font, and more.
If you already have Scoop installed, you can simply run:
scoop import scoop-backup.jsonTo update your backup with new software you've installed:
- Run
scoop export > scoop-backup.json. - Commit and push the changes to GitHub.