Closed ninrod closed 8 years ago
Melpa has some rsync service
My way is simpler and more practical though.
Only packages actually used is included in local repo. So repo size is much smaller. You control exact version of every package.
Ok. Please see if I understood correctly. I want to use your solution for my current spacemacs configuration through melpa. For that I have to:
(premise: I have access to github.com clones behind corp firewall)
elpa-mirror.el
in a loadpath function somewhere in my ~/.spacemacs/init.el
M-x elpamr-create-mirror-for-installed
, ~/myelpa
folder~/myelpa
on my work machine behind corp firewall~/.spacemacs/init.el
to search for packages inside the ~/myelpa
cloned repo.Is that the hang of it?
thanks in advance
Yes.
Hi @redguardtoo and thanks for this.
I'm looking for a way to download the whole MELPA repo to a local folder. Is there a way to do this with your solution?
thanks in advance.