lasse16 / dotfiles

These are my dotfiles, including a basic setup and disable script.
2 stars 0 forks source link

Extract cross dependencies #15

Closed lasse16 closed 3 years ago

lasse16 commented 3 years ago

There were several statements that required another installed packages from my dotfiles. I collected these dependenies and guarded them by using Handlebar syntax to check if the other packages are selected for that local machine. The corresponding lines are excluded if the packages are not selected.

The dependences are now all correctly listed at top of .dotter/global.toml, including their dependencies.