diff --git a/justfile b/justfile index 9f477f3..a69e8aa 100644 --- a/justfile +++ b/justfile @@ -35,3 +35,12 @@ build: clean: rm -rf dot + +dot-upd: + go run ./cmd/dot upd + +dot-ins: + go run ./cmd/dot ins + +dot-dl: + go run ./cmd/dot dl