Skip to content

Instantly share code, notes, and snippets.

@a-bronx
Last active November 18, 2023 10:01
Show Gist options
  • Save a-bronx/71f4c2e7e80663745d43fd9fddd73896 to your computer and use it in GitHub Desktop.
Save a-bronx/71f4c2e7e80663745d43fd9fddd73896 to your computer and use it in GitHub Desktop.
A scoop of software
# Install scoop
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex
# Prepare scoop
scoop install aria2 # Multi-protocol download utility & accelerator
scoop install git # Version control system. Required for scoop.
# Add scoop buckets
scoop bucket add extras
scoop bucket add nonportable
# scoop bucket add java # enable if need JDK/JRE
# System tools
scoop install openssl # Crypto
scoop install openssh # Remote shell
scoop install ffmpeg # Codecs
scoop install sysinternals # Process Explorer, Monitdr etc
# scoop install rufus # Disk partitioning
# scoop install wiztree # Disk space analyzer
# Work organization
scoop install conemu # Terminal
scoop install far # File Manager
scoop install everything # Full disk file search
scoop install keepass # Password manager
scoop install ripgrep # File content regex search
scoop install gitextensions # Git GUI
scoop install winmerge # Diff/merge tool
scoop install speedcrunch # Expression calculator
# scoop install lazygit # Terminal-mode gui UI
# scoop install powertoys # Windows desktop tweaks
# scoop install autohotkey # Hotkey automation
# command prompt tools
scoop install colortool # Terminal colors
scoop install dark # Terminal color scheme
# Development
# Native
scoop install dependencies # EXE/DLL dependency explorer
# scoop install depends # Another EXE/DLL module dependency viewer
scoop install hxd # HEX editor
scoop install resource-hacker
# Powershell
scoop install pwsh # PowerShell Core
# scoop install psake # PowerShell task runner
# JavaScript
scoop install nvs # NodeJS Version Switcher. Use NVS to install different version of NodeJS and switch between them
# Python
scoop install python # Python language
# .NET
scoop install linqpad # LINQPad tool
scoop install ilspy # ILSpy tool
# scoop install scriptcs
# Java
# scoop install ojdkbuild17-jre # Open JDK 17 (needs a Java bucket)
# scoop install idea # JetBrains Idea
# SQL
# scoop install heidisql # Database explorer
# Build, CI/CL
# scoop install msbuild-structured-log-viewer # MSBuild structured log viewer
# scoop install ojdkbuild17-jre # Open JDK 17
# scoop install jenkins # Jenkins buuild server (needs JDK)
# Virtualization
scoop install virtualbox-with-extension-pack-np # VirtualBox
# scoop install podman # CLI for managing OCI containers and pods
# scoop install podman-desktop # UI for managing OCI containers and pods
# Installation tools
scoop install wixtoolset # WiX Toolset
scoop install orca # Orca MSI authoring tool
# scoop install lessmsi # Windows Installer (.msi) files content viewer and extractor.
# scoop install innounp # InnoSetup unpacker
# Media and documenting
scoop install graphviz # Graph visualization software
scoop install imagemagick # Image converter
scoop install obs-studio # Video recording and live streaming software
scoop install pandoc # Universal document converter
scoop install pencil # GUI prototyping tool
scoop install paint.net # Image and photo editor
# scoop install krita # Graphical editor
# scoop install sumatrapdf # PDF viewer
# scoop install audacity # Audio editor & recorder
# scoop install vlc # VLC player
# Web browsers
# scoop install firefox
# scoop install googlechrome
# scoop install brave
# scoop install opera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment