Conversation
related to - nushell/nu_scripts#648 will require to install `nu-scripts` with Nupm from nushell/nu_scripts#648.
|
seems reasonable |
note that there will be more renaming like this if we go that route 😏 |
|
I think you can just rename |
yup, that's the biggest part of this PR, it's just an
i wouldn't do that for now 👀 use nu-themes/themes/nushell-dark.nu🤔 |
|
I see, yeah, it makes sense to access the files directly. I was just wondering why not have simply |
👍
because there are not only themes in |
|
may we land this as an experiment? 😇 |
|
Ah, OK, sorry, I'm dumb :-D . I looked wrong and somehow thought you added an extra |
that's a very good point and i don't like it 🤔 i've tried a fix in a Nupm PR just above.
mv nu-themes/ themes
mv themes/themes/ themes/nu-themes
the new Nupm would install the |
|
additional nice thing is that one would have to run use nu-themes/nushell-dark.nuinstead of use nu-themes/themes/nushell-dark.nunow 😋 |
|
Yeah, changing the |
commands used ```nushell mv nu-themes/ themes mv themes/themes/ themes/nu-themes ```
done in 27e81f4 😉 let's land this and see how it goes 🥳 |
|
i've tried to |
related to
description
with nushell/nupm#33, Nupm can now install separate modules from a single package 🥳
the
nu_scriptsare a package and looks like they contain a few potential standalone modules:this PR is a proposal to move
themes/tonu-themes/and add./nu-themes/as a module to thenu-scriptspackage.that way when running
nupm install --path .in the root of thenu_scripts, anu-themesmodule will be installed in$env.NUPM_HOME/modules.then one can run
and next get the theme with
nushell-dark