/scoopydoo

scoopy doo

Primary LanguagePowerShellThe UnlicenseUnlicense

scoopydoo

Features | Installation | Documentation


Code Size Repository size License

scoopydoo is a scoop orchestrator for Windows.

What does scoopydoo do

scoopydoo install a configurable list of programs on your machine thanks to Scoop.

scoopydoo allows users to use complex configuration in order to create and maintain a development environment.

Requirements

  • Windows 7 SP1+ / Windows Server 2008+
  • PowerShell 5 (or later, include PowerShell Core) and .NET Framework 4.5 (or later)
  • PowerShell must be enabled for your user account e.g. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Installation

Run the following command from your PowerShell to install:

  • Scoop to its default location (C:\Users\<user>\scoop) or the one specified during installation
  • Git
  • 7zip
  • scoopydoo
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/scayssials/scoopydoo/master/bin/install.ps1')

# or shorter
iwr -useb 'https://raw.githubusercontent.com/scayssials/scoopydoo/master/bin/install.ps1' | iex

Once installed, run scoopydoo help for instructions.

The default Scoop setup is configured so all user installed programs Scoop and scoopydoo itself live in C:\Users\<user>\scoop. These settings can be changed through scoop directly (see scoop wiki).

scoopydoo configurations are in C:\Users\<user>\scoop\app\scoopydoo\current\config

scoopydoo plugins are in C:\Users\<user>\scoop\app\scoopydoo\current\plugins

More

scoopydoo wiki