-
-
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
Making it possible to store Scoop config in the root directory for increased portability. #4498
Comments
Use cases:
-- How about a ... As OP mentioned, if that is all its purpose why not keep with rest of scoop user-packages in a sibling directory or subfolder of scoop-managing-admin's SCOOP directory root. When scoop is invoked as global "-g", same file associated with User's SCOOP directory is used is consulted. I think the environment variable method would then allow each scoop-managing-admin to configure their own proxy. note: to use scoop portably
--
-- |
Scoop windows start-menu shortcuts may also require recreation/resyncingfor increased portability #4562 |
Current behaviour is to save at ~/.config/scoop/config.json.
Could we add an optional behaviour that if a user creates a config.json file in the root directory, then Scoop would prioritise that over the Scoop present in ~/.config/scoop/config.json.
If absent, ~/.config/scoop/config.json is used by default.
This would probably make Scoop a bit more portable and for most users would make it possible to copy paste Scoop from one directory to another or one system to another or one user to another without facing major issues.
The text was updated successfully, but these errors were encountered: