-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): support loading basedirs from config #3121
Conversation
please also add |
I am not against this change in overall, but i like that idea, when you can adress scoop location in other scripts / programs using Should be global path set in |
@Ash258 It's ok to keep |
Using |
Agree. |
Now the changes is non-invasive, just added support of loading env from |
Anyone else wants to give a review? |
Reviewed and tested without reinstallation of Scoop. Online installation failed. Rebased with #3242, but After changing sequence of |
Reopen #3116 .
This is a breaking change.revert source config.ps1 in scoop bin #3115 , importconfig.ps1
incore.ps1
instead~/.config/scoop/config.json
config file, preparing for the new scoop installer (see scoopinstaller/install#2 and scoopinstaller/install#4)$oldscoopdir = "$env:LOCALAPPDATA\scoop"
support, I think nobody use old scoop dir now, it has been 3 years.