Write a script in home/.chezmoiscripts/universal that checks for the presence of gitomatic and then sets up services that run gitomatic (https://github.com/muesli/gitomatic) on a set of YML defined repo locations. You can store the repo locations in ~/.config/gitomatic/config.yml. The repositories stored in the config should get their services populated.
Explore whether or not its possible to run a script whenever there is a change to one of the defined git repositories. If the feature is not natively available with gitomatic we might need a work around.
💡 Feature/Idea
Write a script in
home/.chezmoiscripts/universal
that checks for the presence ofgitomatic
and then sets up services that rungitomatic
(https://github.com/muesli/gitomatic) on a set of YML defined repo locations. You can store the repo locations in~/.config/gitomatic/config.yml
. The repositories stored in the config should get their services populated.Explore whether or not its possible to run a script whenever there is a change to one of the defined
git
repositories. If the feature is not natively available with gitomatic we might need a work around.:thumbsup: Can you contribute?
No response