-
-
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
Is there a way to port my scoop from current to new machine? #4508
Comments
Do this:
|
If I've already installed some python packages like |
Copying the entire folder might cause unknown problems. You can try it, but be warned. The method I told is error-free. |
|
Depending on the app, sometimes simple copy paste can also work |
@Rafeqm is your problem solved? |
Hmmm... shouldn't one also copy |
Persist can contain files with hardcoded paths (created by packages themselves), so I'm not sure. It depends on the installed apps. |
Just |
I got my new laptop now. But after .....................
ERROR 'starship ()' isn't installed
ERROR 'sudo ()' isn't installed
ERROR 'Ubuntu-NF ()' isn't installed
ERROR 'UbuntuMono-NF ()' isn't installed
ERROR 'vscode ()' isn't installed
ERROR 'yarn ()' isn't installed
..................... What is the reason @niheaven ? |
Does your |
Yes. I just copy the entire scoop folder which contains all apps I installed to my new laptop. So everything is just the same as before and actually there are more apps I installed. |
It's strange. Okay, let's check it step by step.
|
I just discover scoop a few days ago, and already installed yesterday. So as of now, I installed
curl
,python3.10
,sudo
, andoh-my-posh
. The problem is: my dad is gonna buy me a new laptop next week (currently I use my mom's laptop) and I already configured scoop inC:\Users\myTempName\scoop
. So say I've already get my new laptop, can I just move my scoop folder to my new laptop atC:\Users\myNewUserName\scoop
and add\scoop\shims
to PATH? Or are there several other steps I must do?NOTE: I don't have unlimited data plan/bandwidth, So I don't want to redownload/reinstall everything except
scoop
itself if needed.The text was updated successfully, but these errors were encountered: