{"id":16514154,"url":"https://github.com/akkinoc/dotfiles","last_synced_at":"2026-04-11T11:03:46.159Z","repository":{"id":23354514,"uuid":"26715436","full_name":"akkinoc/dotfiles","owner":"akkinoc","description":"My personal dotfiles for macOS.","archived":false,"fork":false,"pushed_at":"2025-05-28T07:35:59.000Z","size":545,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-28T08:34:59.598Z","etag":null,"topics":["bash","dotfiles","git","homebrew","macos","shell"],"latest_commit_sha":null,"homepage":"","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/akkinoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"akkinoc"}},"created_at":"2014-11-16T13:50:44.000Z","updated_at":"2025-05-28T07:36:03.000Z","dependencies_parsed_at":"2025-05-28T08:27:02.202Z","dependency_job_id":"b6579b5d-930b-4199-a431-1802c5eba4eb","html_url":"https://github.com/akkinoc/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akkinoc/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkinoc%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkinoc%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkinoc%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkinoc%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akkinoc","download_url":"https://codeload.github.com/akkinoc/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkinoc%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["bash","dotfiles","git","homebrew","macos","shell"],"created_at":"2024-10-11T16:11:37.399Z","updated_at":"2026-04-11T11:03:46.138Z","avatar_url":"https://github.com/akkinoc.png","language":"Shell","funding_links":["https://github.com/sponsors/akkinoc"],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n![works badge]\n[![license badge]][license]\n[![sponsor badge]][sponsor]\n\n[works badge]: https://img.shields.io/badge/works-on%20my%20machine-brightgreen\n[license]: LICENSE.txt\n[license badge]: https://img.shields.io/github/license/akkinoc/dotfiles?color=blue\n[sponsor]: https://github.com/sponsors/akkinoc\n[sponsor badge]: https://img.shields.io/static/v1?logo=github\u0026label=sponsor\u0026message=%E2%9D%A4\u0026color=db61a2\n\nMy personal dotfiles for macOS.\n\n## Installation\n\n### Setting SSH key\n\nPlace my SSH key.\n\n* SSH secret key: `~/.ssh/akkinoc`\n* SSH public key: `~/.ssh/akkinoc.pub`\n\n### Installing dotfiles\n\nClone this Git repository.\n\n```console\n$ GIT_SSH_COMMAND=\"ssh -i ~/.ssh/akkinoc\" git clone git@github.com:akkinoc/dotfiles.git\n```\n\nInstall dotfiles and reload shell.\n\n```console\n$ dotfiles/INSTALL.sh\n$ exec -l \"$SHELL\"\n```\n\n## Additional installation\n\n### Installing Homebrew packages\n\nRequired: [Homebrew].\n\n[Homebrew]: https://brew.sh/\n\nInstall Homebrew packages.\n\n```console\n$ brew bundle --global\n```\n\nChange login shell to Bash installed via Homebrew.\n\n```console\n$ export SHELL=\"/opt/homebrew/bin/bash\" # or \"/usr/local/bin/bash\"\n$ sudo dscl . -create \"/Users/$USER\" UserShell \"$SHELL\"\n$ reload\n```\n\n### Setting GPG key\n\nRequired: [GnuPG].\n\n[GnuPG]: https://gnupg.org/\n\nDisable option to store password in macOS keychain.\n\n```console\n$ defaults write org.gpgtools.common DisableKeychain -bool yes\n```\n\nImport my GPG key.\n\n```console\n$ gpg --import \u003c{Key}\n$ echo \"{Fingerprint}:6:\" | gpg --import-ownertrust\n```\n\n## License\n\nLicensed under the [MIT License][license].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakkinoc%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakkinoc%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakkinoc%2Fdotfiles/lists"}