Replies: 2 comments 2 replies
-
The bash-env-nushell repo is pretty confusing. You look at the repo and it clearly says that |
Beta Was this translation helpful? Give feedback.
-
Thank you. Okay, I asked at the plugin repo: tesujimath/bash-env-nushell#41 And so do you know how I might install |
Beta Was this translation helpful? Give feedback.
-
I'm new to Nushell so some of these questions might already be obvious or not relevant to this project.
Basically I'm wondering about the standardised way to install Nushell plugins. Specifically I'm wanting to install https://github.com/tesujimath/bash-env-nushell, which in turn depends on https://github.com/tesujimath/bash-env-json.
Ideally what I'd like is some unified config that I can place in my
config.nu
that both installs the plugin manager (if it's not already installed) and defines all the plugins that I use. Basically I don't want to have to remember all the commands I used to get setup the next time I install Nushell on a different system.So, I think my questions are:
bash-env-nushell
andbash-env-json
? (I can't seem to find them in this project's repositories)bash-env-nushell
can't be installed withcargo install ...
is it still formally considered a Nushell plugin?Beta Was this translation helpful? Give feedback.
All reactions