{"id":20052718,"url":"https://github.com/ryosukecla/dotfiles","last_synced_at":"2026-06-09T19:31:16.334Z","repository":{"id":148437194,"uuid":"227019671","full_name":"RyosukeCla/dotfiles","owner":"RyosukeCla","description":"dotfiles","archived":false,"fork":false,"pushed_at":"2025-05-23T07:33:45.000Z","size":401,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-23T09:12:20.313Z","etag":null,"topics":[],"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/RyosukeCla.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,"zenodo":null}},"created_at":"2019-12-10T03:19:21.000Z","updated_at":"2025-05-23T07:33:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0dc98f4-7343-4015-aae8-1a940fca3a87","html_url":"https://github.com/RyosukeCla/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RyosukeCla/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeCla%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeCla%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeCla%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeCla%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyosukeCla","download_url":"https://codeload.github.com/RyosukeCla/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeCla%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34123171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":"2024-11-13T12:18:59.353Z","updated_at":"2026-06-09T19:31:16.329Z","avatar_url":"https://github.com/RyosukeCla.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n## install\n\n```\ncurl https://raw.githubusercontent.com/RyosukeCla/dotfiles/master/install.sh | bash\n```\n\n## update\n\n```\ncurl https://raw.githubusercontent.com/RyosukeCla/dotfiles/master/update.sh | bash\n```\n\n## install brew and fomulas\n\n```\ncurl https://raw.githubusercontent.com/RyosukeCla/dotfiles/master/install_brew.sh | bash\n```\n\n## go installation\n\n```sh\ncurl https://raw.githubusercontent.com/RyosukeCla/dotfiles/master/install_go_mac.sh | bash\n```\n\n## setup ssh key for github\n\n```bash\n$ ssh-keygen -t rsa -b 4096 -C \"mail@address\"\n# enter passphrase\n# and gen key to ~/.ssh/github_rsa\n$ pbcopy \u003c ~/.ssh/github_rsa.pub\n# set up ssh for auth and signing public key on github.\n$ touch ~/.ssh/config\n$ cat \u003c\u003cEOT \u003e\u003e ~/.ssh/config\nHost github github.com\n  HostName github.com\n  IdentityFile ~/.ssh/github_rsa\n  User git\n  AddKeysToAgent yes\nEOT\n$ ssh -T git@github.com\n# enter passphrase\n\n$ git config --global gpg.format ssh\n$ git config --global user.signingkey ~/.ssh/github_rsa.pub\n$ git config --global commit.gpgsign true\n$ git config --global user.email \"mail@address\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukecla%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryosukecla%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukecla%2Fdotfiles/lists"}