Back to the catalog

Personal knowledge

Bundle OKF 0.2 · 2 conceitos · arecarn/dotfiles

Open source Repository Open in the app JSON README (API)

About

# Personal knowledge

Reference material that applies to my work in any repository. Read an entry when
its description matches the task; these are patterns and procedures, not
instructions.

# Project scaffolding

* [Docker and Makefile pattern](docker-makefile.md) - generic single-container
dispatch for all Make goals, direct execution in CI, linked-worktree mounts,
and keeping one build image pinned across Compose and CI

# Agent workspaces

* [Herdr workspace and agent orchestration](herdr.md) - everyday Herdr pane and
agent operations, visible delegation and worktrees, and choosing between
Herdr, pi-subagents, and pi-intercom

Details

Kind
OKF bundles
Topic
Cloud & DevOps
Publisher
arecarn
Origin
okf_github
Category
dados
Version
0.2
Stars
4
Last push
2026-09-08T22:09:42Z
Repository state
ativo
Language
Python
Added
2026-09-08 09:05:43
Updated
2026-09-12 10:06:44
Origin id
arecarn/dotfiles:agents/.config/ai-knowledge/personal/index.md

README

# dotfiles

Personal configuration files managed with [dploy](https://github.com/arecarn/dploy)
and [invoke](https://www.pyinvoke.org/).

## Setup

```sh
uv sync
pnpm install          # TypeScript toolchain; `inv lint` needs it
uv run inv stow       # symlink configs to $HOME
uv run inv provision  # install packages via ansible (Linux) or chocolatey (Windows)
```

## Tasks

| Task | Description |
|------|-------------|
| `stow` | Symlink dotfiles to home directory |
| `unstow` | Remove symlinks |
| `provision` | Install system packages |
| `lint` | Run shellcheck, yamllint, pylint, ruff, biome, tsc |

More