This commit is contained in:
2026-02-25 15:32:23 +02:00
parent 6cff65f288
commit 741173f617
24 changed files with 1205 additions and 124 deletions

View File

@@ -6,8 +6,8 @@ This folder contains a complete dotfiles + bootstrap setup for the current `flow
- Flat repo-root layout with reserved dirs:
- `_shared/` (shared configs)
- `_root/` (root-targeted configs)
- profile dirs (`linux-auto/`, `macos-dev/`)
- package-local `_root/` marker for root-targeted files
- Unified YAML config under `_shared/flow/.config/flow/*.yaml`
- Profile package list syntax: string, type prefix, and object entries
- Binary install definition with `asset-pattern`, `platform-map`, `extract-dir`, and `install`
@@ -19,7 +19,6 @@ This folder contains a complete dotfiles + bootstrap setup for the current `flow
- `dotfiles-repo/_shared/flow/.config/flow/packages.yaml`
- `dotfiles-repo/_shared/flow/.config/flow/profiles.yaml`
- `dotfiles-repo/_shared/...`
- `dotfiles-repo/_root/...`
- `dotfiles-repo/linux-auto/...`
- `dotfiles-repo/macos-dev/...`
@@ -45,6 +44,8 @@ Check repo commands:
flow dotfiles repo status
flow dotfiles repo pull --relink --profile linux-auto
flow dotfiles repo push
flow dotfiles modules list
flow dotfiles modules sync
```
Edit package or file/path targets: