Support for settings URL on setup #55
Labels
enhancement
New feature or request
scripts
related to shell scripts (bash and CMD)
settings
ide-settings repo and replated processes and features
Milestone
When I just download and extract
devon-ide
from the scripts package, I have to manually add my personalsettings
and then runsetup
. However, if nosettings
are present, then thesetup
will download the default settings and use them. This is better than nothing (and fine for testing) but not what we want for a professional project. Therefore we should add the following feature:settings
are present on setup, the user shall be asked for a settings URL (typically a git URL). If provided by the user that settings will be downloaded/cloned. From these settings all the further setup shall be configured so the project settings can override and define the tools and tool versions to installsetup
script is invoked with the settings URL as argument there should not be an interactive question but that settings URL shall directly be used.The text was updated successfully, but these errors were encountered: