Is there a way that could pack mason and then port it to another machine? #1611
Unanswered
lainegates
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use my mason environment in some machines.
Set up mason.nvim in each machine is very difficult because of network block ( limit access to github.com).
So I set up mason.nvim in my main machine, and want to compress mason.nvim as tar file, scp the .tar file to another machine and then uncompress the .tar file.
But it failed because of link files that mason use soft link to make all executable callable from one folder (i.e. ~/local/share/nvim/mason/bin)
Does mason provide any command to relink the executable files?
Beta Was this translation helpful? Give feedback.
All reactions