-
Notifications
You must be signed in to change notification settings - Fork 2
TECHNICAL_QUICKSTART
github-actions[bot] edited this page Jul 1, 2026
·
5 revisions
From zero to a compliant agentic-workstation workstation in 5 steps.
- Git installed and configured
-
SSH key added to GitHub (for
git clone) - chezmoi installed (chezmoi.io/install)
- Admin/sudo access on your machine
git clone git@github.com:ulises-jeremias/agentic-workstation.git
cd agentic-workstationchezmoi init --source=. -c ~/.config/chezmoi/agentic-workstation.tomlchezmoi will prompt you for profile choices (technical, AI tools, language stacks). Answer based on your role.
chezmoi apply --source=. -c ~/.config/chezmoi/agentic-workstation.toml --dry-runReview what will be created or modified in your home directory.
chezmoi apply --source=. -c ~/.config/chezmoi/agentic-workstation.tomlThis installs all selected tools, skills, agents, CLI helpers, and MCP templates.
Open a new terminal and run:
dots-doctorAll checks should pass with COMPLIANT.
bash <(curl -fsSL https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.sh)dots-update-check # check for upstream changes
chezmoi update # pull and apply
dots-doctor # re-validate| Problem | Fix |
|---|---|
dots-doctor reports missing command |
Install the tool manually, then re-run chezmoi apply
|
| Symlinks missing after apply | Run dots-skills sync to regenerate |
| chezmoi prompts again on update | Normal for new config questions — answer and re-apply |
→ Full guide: Troubleshooting
Technical context: docs/README.md