1
0
Fork
You've already forked dots
0
fireflies
  • Shell 82.5%
  • Lua 17.5%
2026年02月12日 17:50:34 -05:00
assets changes 2026年02月12日 16:57:24 -05:00
configs changes 2026年02月12日 17:50:34 -05:00
units changes 2026年02月12日 16:57:24 -05:00
units_test changes 2024年12月05日 15:26:56 -05:00
environments.yaml changes 2026年02月12日 16:57:24 -05:00
LICENSE changes 2024年12月01日 13:34:03 -05:00
README.md changes 2024年12月01日 13:34:03 -05:00

What is this?

These are kindrobot's dot files with a focus on idempotent units. This is a work in progress. To use, clone this repo, and run any or all of units, e.g. ./units/install-apt-cli-pkgs.

Philosophy

All units are idempotent. This means you should be able to run units as many times as you fancy. If a unit updates (e.g. you git pull with changes to a unit you've already run), you can run the unit again, and it should idempotently apply updates/new changes.

License

MDGPL