# Developer Setup Guide

Before installation all issues MUST BE resolved in the following repos:

* [laptop](https://github.com/civilcode/laptop)
* [dotfiles](https://github.com/civilcode/dotfiles)

A "laptop" will have two user accounts.

1. `admin`: for [pair-programming](https://github.com/civilcode/playbook/tree/d07e9b8c8f7b1967b14a97673b994cecec0cd593/guides/ops/pair-programming.md) and administration of the machine (such as installing HomeBrew packages).
2. your account: for your personal work environment.

## Setup the admin account

1. Add a new "administrator" account with the username `admin`.
2. Setup the laptop: <https://github.com/civilcode/laptop>
3. Install dotfiles: <https://github.com/civilcode/dotfiles>
4. Install Docker: <https://www.docker.com/docker-mac>

## Setup your personal account

1. Add a new "administrator" account with your username.
2. Setup the [laptop](https://github.com/civilcode/laptop) using instructions for a second account.
3. Install dotfiles: <https://github.com/civilcode/dotfiles>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://civilcode.gitbook.io/playbook/guides/ops/developer_setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
