{"id":26593760,"url":"https://github.com/idelsink/bootstrap","last_synced_at":"2026-04-11T00:17:23.479Z","repository":{"id":279818496,"uuid":"938911952","full_name":"idelsink/bootstrap","owner":"idelsink","description":"🚀 Bootstrap my workstation using Ansible","archived":false,"fork":false,"pushed_at":"2025-03-16T19:25:41.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T20:32:41.780Z","etag":null,"topics":["ansible","bootstapping","gnome-shell-extension"],"latest_commit_sha":null,"homepage":"https://ingmar.dels.ink/bootstrap/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idelsink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-02-25T17:36:42.000Z","updated_at":"2025-03-16T19:25:44.000Z","dependencies_parsed_at":"2025-02-27T22:17:51.641Z","dependency_job_id":"45d6a132-6763-4d00-9960-db612da234c7","html_url":"https://github.com/idelsink/bootstrap","commit_stats":null,"previous_names":["idelsink/bootstrap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idelsink%2Fbootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idelsink%2Fbootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idelsink%2Fbootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idelsink%2Fbootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idelsink","download_url":"https://codeload.github.com/idelsink/bootstrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245120164,"owners_count":20563866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","bootstapping","gnome-shell-extension"],"created_at":"2025-03-23T15:20:25.066Z","updated_at":"2025-12-30T23:31:30.060Z","avatar_url":"https://github.com/idelsink.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootstrap my machines\n\nThis repository will help me bootstrap my machines (mostly workstations).\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Usage](#usage)\n- [Signing `setup-workstation.sh`](#signing-setup-workstationsh)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Usage\n\n1. Boot a [Fedora Workstation live image](https://fedoraproject.org/workstation/download) on the target system.\n2. Install and reboot.\n3. Run the setup script. This snippet will:\n    1. Download the public key for key id: 6BFF495F6EF46E6E (https://keybase.io/binbash)\n    2. Download the setup script and its signature\n    3. Verify the signature and check the authenticity of the setup script\n\n    ```sh\n    PRIMARY_KEY=\"2490AACAD97245B59ACCB7A96BFF495F6EF46E6E\" \u0026\u0026 \\\n      curl -s https://keybase.io/binbash/pgp_keys.asc | gpg --import\n      curl -sL --remote-name-all \\\n        dels.ink/bootstrap/bin/setup-workstation.sh \\\n        dels.ink/bootstrap/bin/setup-workstation.sh.sig\n      gpg --assert-signer \"${PRIMARY_KEY}\" --verify setup-workstation.sh.sig setup-workstation.sh \u0026\u0026 \\\n      chmod +x setup-workstation.sh \u0026\u0026 ./setup-workstation.sh\n    ```\n4. Optionally configure dotfiles from [idelsink/dotfiles](https://github.com/idelsink/dotfiles)\n\n## Signing `setup-workstation.sh`\n\nWhen the setup-workstation.sh script is updated, a new detached signature file needs to be generated so that the script can be validated when downloaded.\n\n```sh\ngpg \\\n  --local-user \u003cname or (sub)key to sign with\u003e \\\n  --sign \\\n  --armor \\\n  --output bin/setup-workstation.sh.sig \\\n  --detach-sign bin/setup-workstation.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidelsink%2Fbootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidelsink%2Fbootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidelsink%2Fbootstrap/lists"}