-
|
Is there a place to say "I am creating a module for program x"? I want to create a zsh module, but don't want to recreate the wheel. As an aside, this idea is really cool, and exactly what I have been looking for to use programs inside dev containers. Thanks for working on it and let me know if there is a way to help outside of contributing new wrapper modules. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 21 replies
-
|
Well, theres no wheel for that one yet so go for it! I have this thing which is not a module but it builds a ZDOTDIR in my config, it seems to work, not 100% confident in it Some of the modules in my config could use some updates and/or are unfinished so don't take anything in there as gospel lol but that thing I linked does what I said it does at least XD Most of the stuff in my config is just me dogfooding to see what works and what doesn't. And of course home manager and nixos also have modules for that you can use to go on. As far as a place for "Im creating a module for program x", I don't know yet. I can get back to you on that, but for now, what you did here is fine to be honest, or just do it and open a draft PR while you are working is fine too, just mark it as a draft so I know its not ready and I don't have to look if I don't want. So, for now, a discussion of some kind, or a draft PR. If it gets too much I can make a megathread and pin it Oh, also. Shells should ideally use the Also you should do all building you can in |
Beta Was this translation helpful? Give feedback.
Well, theres no wheel for that one yet so go for it!
I have this thing which is not a module but it builds a ZDOTDIR in my config, it seems to work, not 100% confident in it Some of the modules in my config could use some updates and/or are unfinished so don't take anything in there as gospel lol but that thing I linked does what I said it does at least XD Most of the stuff in my config is just me dogfooding to see what works and what doesn't.
And of course home manager and nixos also have modules for that you can use to go on.
As far as a place for "Im creating a module for program x", I don't know yet. I can get back to you on that, but for now, what you did here is fine to be honest, o…