oknozor / toml-bombadil

A dotfile manager with templating
MIT License
221 stars 24 forks source link

[FEATURE] - Allow link specific source file to target file #138

Open theowenyoung opened 2 years ago

theowenyoung commented 2 years ago

Is your feature request related to a problem? Please describe.

I'm studying dotfiles manager now, I have'n used toml-bombadil, I just read the docs yet, so maybe it's not a problem.

Some dotfiles could be changed by the application, like vscode settings.json, how to sync the change to the source file?

Describe the solution you'd like

can we allow some file directly to link to the source file instead of .dots, like: `{source="xxx",target="yyy",type="direct"} Describe alternatives you've considered Manual copy & paste dotfiles.

Additional context

Like this: Add any other context or screenshots about the feature request here.

oknozor commented 2 years ago

Having the option to bypass the template engine and use a symlink directly would be nice indeed, I will work on this soon.