Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scoop Setup

PowerShell Windows License Version

A polished Windows GUI for Scoop installs. Search, select, install.


Demo

Demo


Install

git clone https://github.com/nihitdev/tools-setup.git
cd tools-setup
powershell -ExecutionPolicy Bypass -File .\scoop-setup.ps1

Or download scoop-setup.ps1, open PowerShell as Administrator, and run:

powershell -ExecutionPolicy Bypass -File .\scoop-setup.ps1

Requirements:

  • Windows 10+ / 11
  • PowerShell 5.1+
  • Administrator access
  • Internet connection

Why Scoop Setup?

Fresh Windows developer setups are slow and repetitive.

Scoop Setup turns Scoop into a polished GUI installer, auto-manages buckets, detects installed apps, and saves selections for repeatable installs.


Features

  • Modern dark Windows Forms GUI
  • Search and filter packages instantly
  • Batch install multiple tools with one click
  • Auto-add required buckets
  • Detects already-installed apps
  • Live progress and colorized logs
  • Export/import package selections
  • Reuse existing Scoop installs
  • Rust support via rustup

Architecture

graph TD
  UI[PowerShell GUI] --> Detect[Scoop detection]
  Detect --> Buckets[Bucket management]
  Buckets --> Resolve[Package resolution]
  Resolve --> Install[Package installation]
  Install --> Log[Live logs & completion]
Loading

Showcase

Ready for developers setting up:

  • VS Code
  • Helix
  • Docker
  • Rust
  • Go
  • Python
  • Node.js
  • Git workflows

Included Software

Examples:

  • Git, 7zip, curl, jq
  • VS Code, Helix, Notepad++
  • Python, Node.js, Go, Deno, Rust, JDK
  • Docker, Docker Compose, ArchWSL
  • Nerd fonts, Brave, Discord, Bitwarden

Roadmap

  • Modern GUI
  • Search and filter
  • Multi-select install
  • Live logs
  • Scoop detection
  • Package profiles
  • Winget backend
  • Chocolatey backend
  • Theme settings

FAQ

Is it safe?
Yes. It only installs Scoop packages and manages Scoop buckets.

Already have Scoop?
Yes. Existing Scoop installs are detected and reused.

Where are logs?
Saved to %TEMP% with a timestamp.

Can I use it offline?
No. Internet is required.


Built for developers who reinstall Windows too often.


License

MIT License.

About

installation of dev tools via scoop

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages