Make settings easy to share and deploy #7792

Closed
opened 2026-01-31 01:12:47 +00:00 by claunia · 2 comments
Owner

Originally created by @MartinSGill on GitHub (Apr 29, 2020).

Description of the new feature/enhancement

To make settings much more portable/shareable it would be good to allow an "import" or "include" folder for settings.

This would allow settings to be easily distributed, installed via automation (Group Policy, Ansible, Chef, etc) or stored in Drive/Dropbox to share between machines.

For Example: If people want to create/share themes it would now be possible to just drop a new file into the folder, instead of editing json by hand.

Proposed technical implementation details (optional)

The common linux practice of using a settings.d style folder and loading all files in that folder seems like a good approach to me.

  • Settings.json defines an "include" directory (environment variables permitted)
  • Settings loads all files in that folder in alphabetical order.
  • Settings adds/overrides settings based on loaded files.
  • Additional files would all have the same structure/schema as the default settings.json
  • [Extra Credit] Support multiple folders, allow shared/user settings.
Originally created by @MartinSGill on GitHub (Apr 29, 2020). # Description of the new feature/enhancement To make settings much more portable/shareable it would be good to allow an "import" or "include" folder for settings. This would allow settings to be easily distributed, installed via automation (Group Policy, Ansible, Chef, etc) or stored in Drive/Dropbox to share between machines. For Example: If people want to create/share themes it would now be possible to just drop a new file into the folder, instead of editing json by hand. # Proposed technical implementation details (optional) The common linux practice of using a `settings.d` style folder and loading all files in that folder seems like a good approach to me. * Settings.json defines an "include" directory (environment variables permitted) * Settings loads all files in that folder in alphabetical order. * Settings adds/overrides settings based on loaded files. * Additional files would all have the same structure/schema as the default settings.json * [Extra Credit] Support multiple folders, allow shared/user settings.
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 01:12:47 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Apr 29, 2020):

Thanks for the suggestion! This is actually already being tracked by another issue on our repo - please refer to #2933 for more discussion.

/dup #2933

@zadjii-msft commented on GitHub (Apr 29, 2020): Thanks for the suggestion! This is actually already being tracked by another issue on our repo - please refer to #2933 for more discussion. /dup #2933
Author
Owner

@ghost commented on GitHub (Apr 29, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Apr 29, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7792