Switch to Scoop for CLI tools on Windows #24
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently using Chocolatey for all package management on Windows. While this is fine, when a package installs something which requires the
PATH
to be updated, its quite annoying to need to restart the terminal to be able to use it. Scoop has a cleaner way of handling this, where tools are exposed in a single directory on thePATH
via shim scripts for the various invocation contexts.This is the kind of change that should be all or nothing, since its also going to require uninstalling a bunch of Chocolately packages when they are replaced with Scoop packages.