{"id":48344510,"url":"https://github.com/pfeerick/dotfiles-bootstrap","last_synced_at":"2026-04-05T06:03:11.934Z","repository":{"id":344499684,"uuid":"1182022754","full_name":"pfeerick/dotfiles-bootstrap","owner":"pfeerick","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-02T08:16:41.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-02T23:10:30.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pfeerick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-14T23:51:25.000Z","updated_at":"2026-04-02T08:16:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pfeerick/dotfiles-bootstrap","commit_stats":null,"previous_names":["pfeerick/dotfiles-bootstrap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pfeerick/dotfiles-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfeerick%2Fdotfiles-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfeerick%2Fdotfiles-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfeerick%2Fdotfiles-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfeerick%2Fdotfiles-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pfeerick","download_url":"https://codeload.github.com/pfeerick/dotfiles-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfeerick%2Fdotfiles-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31426193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T02:22:46.605Z","status":"ssl_error","status_checked_at":"2026-04-05T02:22:33.263Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-05T06:03:11.850Z","updated_at":"2026-04-05T06:03:11.918Z","avatar_url":"https://github.com/pfeerick.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles-bootstrap\n\nPublic Stage 1 bootstrap for a private chezmoi dotfiles repository.\n\nThis repository is intentionally minimal. It installs only what is needed to authenticate and hand off to Stage 2 (`chezmoi init --apply`).\n\n## Quick Start\n\nLinux:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/pfeerick/dotfiles-bootstrap/master/bootstrap-linux.sh | GITHUB_USER=pfeerick REPO_NAME=dotfiles bash\n```\n\nmacOS:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/pfeerick/dotfiles-bootstrap/master/bootstrap-macos.sh | GITHUB_USER=pfeerick REPO_NAME=dotfiles bash\n```\n\nWindows (PowerShell as Administrator):\n\n```powershell\n$env:GITHUB_USER=\"pfeerick\"; $env:REPO_NAME=\"dotfiles\"; irm https://raw.githubusercontent.com/pfeerick/dotfiles-bootstrap/master/bootstrap-windows.ps1 | iex\n```\n\n## Environment Variables\n\n- `GITHUB_USER` (required in non-interactive mode)\n- `REPO_NAME` (optional, defaults to `dotfiles`)\n- `BOOTSTRAP_NONINTERACTIVE` (optional; set to `1` to disable prompts)\n- `BOOTSTRAP_CI_TEST` (optional; set to `1` to run CI test mode and skip Stage 2 handoff)\n- `GH_TOKEN` (required when `BOOTSTRAP_CI_TEST=1` and `gh` is not already authenticated)\n- `BOOTSTRAP_VERBOSE` (optional; set to `1` for more logging)\n\n## Scope\n\nStage 1 should:\n\n- Install minimal prerequisites for bootstrap\n- Ensure GitHub authentication is available\n- Install/locate chezmoi\n- Run `chezmoi init --apply` against Stage 2\n\nStage 1 should not:\n\n- Manage personal SSH key fetching\n- Do broad package/tool convergence\n- Apply host-specific personal configuration beyond bootstrap requirements\n\n## Repository Structure\n\n- `bootstrap-linux.sh`: Linux entrypoint\n- `bootstrap-macos.sh`: macOS entrypoint\n- `bootstrap-windows.ps1`: Windows entrypoint (WSL-first handoff)\n- `lib/`: shared shell helpers (gradual refactor target)\n- `scripts/`: local lint/smoke test utilities\n- `.github/workflows/ci.yml`: shell lint and syntax checks\n\n## Development\n\nRun local checks:\n\n```bash\n./scripts/test-shellcheck.sh\n./scripts/test-matrix.sh\n```\n\nManual validation checklist:\n\n- [docs/smoke-test-checklist.md](docs/smoke-test-checklist.md)\n\nStage handoff contract:\n\n- [docs/stage1-stage2-contract.md](docs/stage1-stage2-contract.md)\n\n## Notes\n\n- Current commands use the `master` branch raw URL for parity while migrating from gist.\n- After first stable release, switch examples to release-pinned URLs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfeerick%2Fdotfiles-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfeerick%2Fdotfiles-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfeerick%2Fdotfiles-bootstrap/lists"}