Is this like opinionated devshells for programming?
Like if someone just want a working Typescript devshell and doesn’t care about the details and would get pkgs like : eslint, prettier, typescript, typescript-language-server. Would it be a good idea to have optional stuff? Like if the person doesn’t want prettier
or wants yarn.
I’m guessing in many cases it might not matter to install a couple of extra deps. I mean on Ubuntu I don’t mind installing the build-essentials or whatever it’s called.
Another question, is postgresql_11
really needed for ruby?