question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Source other configurations in a configuration

See original GitHub issue

Is it somehow possible to source configuration files in other ones? What I have in mind: Having a sub directory with a config file for every program and then sourcing them in a more general one for installing them as whole. Then it would be possible to install the dotfiles of a particular program separately (i.e. with ./install --program <name>.

Or would it be better to put that logic completely into the install script?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
vsundcommented, Feb 12, 2017

I added a description / walkthrough to the wiki. Feel free to improve any flaws you find 😃

I tried to keep it precise and short but it’s pretty convoluted though. Maybe it’s time to split the wiki page for tips & tricks?

0reactions
anishathalyecommented, Feb 12, 2017

Thanks for the contribution, the information looks good!

Yeah, maybe that page is getting a little big – a table of contents would be nice. If someone wants to reorganize it, that would be great. Otherwise I might get to it eventually.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Combining Configuration Sources - Apache Commons
CombinedConfigurationBuilder takes care that properties defined in the first file (the user file) are found; other properties which the user has ...
Read more >
How do you deal with configuration files in source control?
The app first loads the default, and then if the override file is present, loads that and uses any settings from the override...
Read more >
Understand build configurations - Visual Studio (Windows)
Learn how you need build configurations when you need to build your projects with different settings in Visual Studio.
Read more >
Configurations in SolidWorks - YouTube
This video demonstrates how to model a Lego, prepare the model by using Equations to drive the geometry, and how to create multiple ......
Read more >
Source configurations | dbt Developer Hub
Sources can be configured via a config: block within their .yml definitions, or from the dbt_project.yml file under the sources: key. This ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found