Notes From Repo: https://github.com/dillacorn/win-glaze-dots
I now primarily use Scoop, but here are some points to keep in mind regarding different package managers:
- Chocolatey is safer because applications are tested in a virtual environment and undergo manual and automated checks before distribution.
- Scoop downloads directly from the repo without middleman protection, meaning you need to fully trust that updates are free of intentional or unintentional malicious code.
- Scoop is the most up-to-date, while Chocolatey balances timely updates with robust security checks.
- I don’t use WinGet because I prefer my package manager to have full control over what version of the software is installed and managed. WinGet often installs older versions of software, and, more importantly, it allows applications to update themselves automatically after installation via their internal update mechanisms. This can lead to inconsistent versions or unwanted updates, which I want to avoid. I prefer using a package manager like Scoop or Chocolatey, where the package manager controls updates, ensuring more predictable and consistent version management.
That being said, I now prefer Scoop over Chocolatey and will continue to use it. The Scoop community thoroughly reviews each script, and every package undergoes a manual review before being approved for release. Additionally, I appreciate how Scoop installs software in %USERPROFILE% folders, which avoids UAC by nature for applications that don't inherently need it. For applications that require elevated permissions, they can either be installed in ProgramFiles or prompted for elevation as needed.
sudo choco install malwarebytes speedcrunch rustdesk -y
sudo choco install amd-ryzen-chipset -y
sudo choco install directoryopus -y
sudo choco upgrade all -y
scoop install git
scoop bucket add extras
scoop bucket add games
scoop bucket add nonportable
scoop install extras/altsnap alacritty vcredist zebar flameshot flow-launcher eartrumpet notepadplusplus qimgv mpv hwmonitor localsend ddu ungoogled-chromium cru winspy powertoys
scoop install main/fastfetch micro nircmd 7zip flac
scoop install games/steam itch goggalaxy prismlauncher r2modman
sudo scoop install games/epic-games-launcher
scoop install extras/feishin logitech-omm vesktop obs-studio mullvad-browser git everything okular cura signal keepassxc bitwarden krita shotcut gimp qbittorrent screentogif spotify betaflight-configurator ventoy ccleaner wiztree cpu-z gpu-z winscp filezilla moonlight sunshine pdf-xchange-editor
sudo scoop install extras/tailscale
scoop install main/yt-dlp make mingw curl btop
sudo scoop install nonportable/virtualbox-np wireguard-np
scoop bucket add dillacorn https://github.com/dillacorn/win-glaze-dots
scoop install dillacorn/glazewm-np
scoop update *
scoop install main/winget
Browse the winget repo -> https://winget.run/
(I have difficulty with choco and scoop solutions for Teams.. so winget is a must here)
winget install -e --id Microsoft.Teams
DistroAV Plugin | Releases -> Link
winget install --exact --id NDI.NDIRuntime
Need BLUR? -> obs-composite-blur Plugin | Releases by FiniteSingularity
Need CROPPING? -> obs-advanced-masks Plugin | Releases by FiniteSingularity
https://github.com/werman/noise-suppression-for-voice/releases
sudo scoop install nonportable/equalizer-apo-np
How to install werman noise-suppression!
- Advanced Micro Devices (AMD GPU) Drivers
- Nvidia GPU Drivers or
choco install geforce-game-ready-driver -y
(For gaming GPU) orchoco install nvidia-display-driver -y
(For Standard GPU) - Intel ARC GPU Drivers