{"id":49855586,"url":"https://github.com/llbbl/dotfiles-manager","last_synced_at":"2026-05-14T20:01:12.134Z","repository":{"id":357029126,"uuid":"1235015634","full_name":"llbbl/dotfiles-manager","owner":"llbbl","description":"Go CLI to manage, version, and AI-improve dotfiles, with a private backup repo for full change history.","archived":false,"fork":false,"pushed_at":"2026-05-11T02:23:08.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T02:32:38.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/llbbl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-05-10T23:36:36.000Z","updated_at":"2026-05-11T02:23:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/llbbl/dotfiles-manager","commit_stats":null,"previous_names":["llbbl/dotfiles-manager"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/llbbl/dotfiles-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llbbl%2Fdotfiles-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llbbl%2Fdotfiles-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llbbl%2Fdotfiles-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llbbl%2Fdotfiles-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llbbl","download_url":"https://codeload.github.com/llbbl/dotfiles-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llbbl%2Fdotfiles-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33041204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-05-14T20:00:36.408Z","updated_at":"2026-05-14T20:01:12.129Z","avatar_url":"https://github.com/llbbl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles-manager\n\n[![Auto Release](https://github.com/llbbl/dotfiles-manager/actions/workflows/auto-release.yml/badge.svg)](https://github.com/llbbl/dotfiles-manager/actions/workflows/auto-release.yml)\n[![Latest Release](https://img.shields.io/github/v/release/llbbl/dotfiles-manager?sort=semver)](https://github.com/llbbl/dotfiles-manager/releases/latest)\n[![License: FSL-1.1-MIT](https://img.shields.io/badge/license-FSL--1.1--MIT-blue)](./LICENSE.md)\n\nA single distributable Go binary (`dfm`) that helps you manage, version, and improve your dotfiles. Every change is mirrored into a private GitHub backup repository with a full audit trail, and an AI coding agent (default: Claude Code) can propose improvements as reviewable patches.\n\nStatus: rapid iteration — version numbers track conventional-commit footers (see [Releases](./docs/development.md#releases)) and CLI flags / on-disk layout may still change between minor versions.\n\n## Install\n\nGrab a pre-built binary from the [Releases page](https://github.com/llbbl/dotfiles-manager/releases) — darwin and linux, arm64 and amd64. Full step-by-step (download, checksum, extract, install onto your `PATH`) is in [docs/install.md](./docs/install.md).\n\n## First-run setup\n\nAfter installing the binary, run `dfm init` once to set up the private backup repo and (optionally) the libSQL state store:\n\n```sh\n# Clone an existing private backup repo\ndfm init --remote git@github.com:you/dotfiles-backup.git\n\n# Or create a new private repo on your GitHub account in one step\ndfm init --remote git@github.com:you/dotfiles-backup.git --create-remote\n\n# Optionally provision a Turso libSQL DB for the state store\ndfm init --turso\n```\n\nSee [`dfm init --help`](./docs/commands.md) for all flags. State is stored at `~/.local/share/dotfiles/` and config at `~/.config/dotfiles/config.toml`; an [example config](./config.example.toml) ships in the repo.\n\n## Build from source\n\n```sh\njust install              # tidy and download Go module deps\njust build-versioned      # build ./bin/dfm with version info baked in\n./bin/dfm version\n./bin/dfm --help          # full command surface\n```\n\n## Documentation\n\n- [Install](./docs/install.md) — install from GitHub Releases.\n- [Development](./docs/development.md) — local setup, environment variables, testing, contribution workflow.\n- [Commands](./docs/commands.md) — full `dfm` CLI reference.\n- [Architecture](./docs/architecture.md) — what the moving parts are and how they fit together.\n- [Changelog](./CHANGELOG.md) — release-by-release summary of changes.\n\n## License\n\nLicensed under the [Functional Source License, Version 1.1, MIT Future License](./LICENSE.md) (FSL-1.1-MIT). All non-Competing Use is permitted today; the Software additionally becomes available under the MIT license on the second anniversary of each release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllbbl%2Fdotfiles-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllbbl%2Fdotfiles-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllbbl%2Fdotfiles-manager/lists"}