{"id":20830874,"url":"https://github.com/ivanukhov/.development","last_synced_at":"2026-04-15T13:32:06.176Z","repository":{"id":18813375,"uuid":"22028024","full_name":"IvanUkhov/.development","owner":"IvanUkhov","description":"Various development-related files","archived":false,"fork":false,"pushed_at":"2025-03-02T06:50:26.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T06:04:53.879Z","etag":null,"topics":["git","tmux","zsh"],"latest_commit_sha":null,"homepage":"","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/IvanUkhov.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}},"created_at":"2014-07-20T07:07:09.000Z","updated_at":"2025-03-02T06:50:29.000Z","dependencies_parsed_at":"2025-01-11T11:31:56.840Z","dependency_job_id":"641f19b8-ba40-4ccb-a98b-2aee471f022f","html_url":"https://github.com/IvanUkhov/.development","commit_stats":null,"previous_names":["ivanukhov/.world"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IvanUkhov/.development","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanUkhov%2F.development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanUkhov%2F.development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanUkhov%2F.development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanUkhov%2F.development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanUkhov","download_url":"https://codeload.github.com/IvanUkhov/.development/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanUkhov%2F.development/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"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":["git","tmux","zsh"],"created_at":"2024-11-17T23:26:07.982Z","updated_at":"2026-04-15T13:32:06.161Z","avatar_url":"https://github.com/IvanUkhov.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .development\n\nThe repository contains various development-related files. Best enjoyed\nresponsibly.\n\n## Installation\n\n```sh\ngit clone https://github.com/IvanUkhov/.development.git ~/.development \u0026\u0026 make -C ~/.development\n```\n\n### Git: Signing commits\n\nGenerate a key and upload to GitHub:\n\n```sh\nbrew install gpg2 gnupg\n\ngpg --full-generate-key # RSA, at least 4096 bits long\ngpg --list-secret-keys\ngpg --armor --export KEY\n```\n\nIf the first `gpg` command hangs, use the following instead:\n\n```\ncat \u003ekey.conf \u003c\u003cEOF\nKey-Type: RSA\nKey-Length: 4096\nSubkey-Type: RSA\nSubkey-Length: 4096\nName-Real: Ivan Ukhov\nName-Email: ivan.ukhov@gmail.com\nExpire-Date: 0\n%commit\nEOF\ngpg --batch --generate-key key.conf\n```\n\nConfigure Git:\n\n```sh\nbrew install pinentry-mac\n\necho \"pinentry-program `which pinentry-mac`\" \u003e\u003e ~/.gnupg/gpg-agent.conf\necho \"use-agent\\nbatch\" \u003e\u003e ~/.gnupg/gpg.conf\necho 'export GPG_TTY=$(tty)' \u003e\u003e ~/.zshrc\nkillall gpg-agent\n\ngpg --list-keys --keyid-format LONG\ngit config --global commit.gpgsign true\ngit config --global user.signingkey KEY\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanukhov%2F.development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanukhov%2F.development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanukhov%2F.development/lists"}