Closed JaydenElliott closed 1 year ago
This is one of the possible use cases. To make this easier, the option to use hostname-based local.toml was added a while ago. I didn't add it to wiki until now, check out the freshly written section here
awesome thanks, ill use that!
Hey, i'm using dotter across multiple machines/os/distros so like the idea of global + individual toml files, however I am having trouble understanding the use of
local.toml
. What would the difference be between the following two setups?local.toml
+ubuntu.toml
that defines all the unique symlinkslocal.toml
local.toml
and runningdotter deploy -l ubuntu.toml
In case 2, i would check in my
global.toml
+ubuntu.toml
to git, and not have to worry about creating alocal.toml
on a new machine, unless necessary, upon which only then would i create a local.toml and include it in the ubuntu.toml file.Cheers, love the package :)