Expand development environment install options beyond just programming languages #878
johnnymallory
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
omarchy-install-dev-env
offers great language-specific setups (Ruby, Node, Python, etc.), but I'm wondering if there's interest in expanding this concept to use-case-specific environments.The concept
Keep the
Install > Development
for installing different languages in an unopinionated way but add something likeInstall > Dev Tools
Example: ML/AI Development Environment
Many developers working with machine learning need a consistent set of tools beyond just Python:
For the virtual env it could be stored in
.local/share/dev-envs/ml-env
and create an alias to source it with uv or a script to activate it and display it as a Walker > Toggle option (these are initial thoughts, open to better suggestions)This could be implemented as something like:
and can have its own section in the
Walker > Install
menu.Other fields that could benefit from this
If you find this could be useful I can work on this. Just wanted to ask first because maybe you think this is too opinionated or out-of-scope for Omarchy's philosophy of providing sensible defaults.
Beta Was this translation helpful? Give feedback.
All reactions