{"id":18547735,"url":"https://github.com/johnramsden/dotfiles","last_synced_at":"2026-04-27T11:31:36.857Z","repository":{"id":102820661,"uuid":"227027711","full_name":"johnramsden/dotfiles","owner":"johnramsden","description":"Ansible dotfiles playbook","archived":false,"fork":false,"pushed_at":"2026-04-13T22:06:13.000Z","size":106,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-14T00:17:07.239Z","etag":null,"topics":["ansible","ansible-playbook","dotfiles"],"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/johnramsden.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":"2019-12-10T04:17:47.000Z","updated_at":"2026-04-13T22:06:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"c116d16a-2dcc-461f-9ea3-1d564aec170d","html_url":"https://github.com/johnramsden/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnramsden/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnramsden%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnramsden%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnramsden%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnramsden%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnramsden","download_url":"https://codeload.github.com/johnramsden/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnramsden%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["ansible","ansible-playbook","dotfiles"],"created_at":"2024-11-06T20:31:02.106Z","updated_at":"2026-04-27T11:31:36.852Z","avatar_url":"https://github.com/johnramsden.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Dotfiles\n\nDotfiles managed with chezmoi + Ansible, following a simple flat structure inspired by [logandonley/dotfiles](https://github.com/logandonley/dotfiles).\n\n## Hosts\n\n- **fenix, wooly, enix**: Arch Linux (with systemd user services, ed25519 SSH signing)\n- **can**: Ubuntu (no systemd services, RSA SSH signing)\n\n## Features\n\n- Single repository (no submodules)\n- SSH commit signing (no GPG)\n- Multi-distro support (Arch + Ubuntu)\n- Flat directory structure\n- Single Ansible playbook (no roles)\n- Fast updates with chezmoi\n\n## Quick Start\n\n### Fresh Install\n\n```bash\ncurl -sfL https://raw.githubusercontent.com/johnramsden/dotfiles/main/bootstrap.sh | bash\n```\n\nOr manually:\n```bash\n# Install chezmoi first (Arch)\nsudo pacman -S chezmoi\n\n# Or Ubuntu\nsh -c \"$(curl -fsLS get.chezmoi.io)\"\n\n# Initialize\nchezmoi init --apply git@github.com:johnramsden/dotfiles.git\n```\n\n## SSH Signing Setup\n\n### On Arch hosts (fenix, wooly, enix)\n\n```bash\n# Generate ed25519 key\nssh-keygen -t ed25519 -C \"$EMAIL\"\n\n# Add to allowed_signers\necho \"\"$EMAIL\" $(cat ~/.ssh/id_ed25519.pub)\" \u003e\u003e ~/.config/git/allowed_signers\n\n# Add to GitHub/GitLab as signing key\n```\n\n### RSA\n\n```bash\n# Generate RSA key\nssh-keygen -t rsa -b 4096 -C \"$EMAIL\"\n\n# Add to allowed_signers\necho \"\"$EMAIL\" $(cat ~/.ssh/id_rsa.pub)\" \u003e\u003e ~/.config/git/allowed_signers\n\n# Add to GitHub/GitLab as signing key\n```\n\n## Update Ansible Playbook\n\nThe Ansible playbook runs automatically when `dot_bootstrap/setup.yml` changes (via `run_onchange_bootstrap.sh.tmpl`):\n\n```bash\n# Edit playbook\nchezmoi edit ~/.local/share/chezmoi/dot_bootstrap/setup.yml\n\n# Apply (automatically runs Ansible due to hash change)\nchezmoi apply\n```\n\nOr run manually:\n```bash\ncd ~/.local/share/chezmoi\nansible-playbook dot_bootstrap/setup.yml --ask-become-pass\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnramsden%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnramsden%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnramsden%2Fdotfiles/lists"}