-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Same problem as in #229#388: some applications use OS standard directories as explained in the directories crate’s docs
Describe the solution you'd like
- If not already possible (didn’t see it in the docs) allow using variables in
{settings,profiles.*}.dots.*.target - pre-define variables for standard directories as exposed by the
directoriescrate.
With this, the problem described in #229#388 would be as easy as:
[settings.dots]
vscode = { source = "editor/vscode.json", target = "%config_dir/Code/User/settings.json" }Describe alternatives you've considered
#229#388 or a way to programmatically define profiles/variables
oknozor and peterkospeterkos
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request