coliru

A minimal, flexible, dotfile installer
git clone https://git.ashermorgan.net/coliru/
Log | Files | Refs | README

commit 4f6bc4eb74c4d095931e0607c8a62dd9458c245c
parent 3a5ffb0bcbe7cc2b418b2659a4990dcef217c6b5
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Thu, 20 Jun 2024 13:37:20 -0700

Add README.md

Diffstat:
AREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,8 @@ +# coliru +A minimal, flexible, dotfile installer + +Dotfiles are defined as a series of steps inside a manifest file, which are + executed conditionally based on tag rules. +An example manifest file is located at `examples/2.yml` and the required YAML + structure is defined in `src/manifest.rs`. +Tag rules follow the format described in `src/tags.rs`.