SuperCuber / dotter

A dotfile manager and templater written in rust 🦀
The Unlicense
901 stars 48 forks source link

How to include all but ignore some? #181

Open azzamsa opened 3 months ago

azzamsa commented 3 months ago

Environment

OS: Fedora Linux 40 (Workstation Edition) x86_64 DE: GNOME 46.3.1 WM: Mutter (Wayland) dotter 0.13.2

The question

Coming from oknozor/toml-bombadil. I can include all files but ignore some of them such:

scripts = { source = "cli/scripts", target = "opt/bin", ignore = ["age", "tz"] }

One approach is to include all the files inside scripts manually without age and tz but that would be very tedious.

Thanks for dotter 🥞