{"id":22909834,"url":"https://github.com/daichikuwa0618/dotfiles_sample","last_synced_at":"2026-04-13T17:34:11.159Z","repository":{"id":135608037,"uuid":"531051120","full_name":"daichikuwa0618/dotfiles_sample","owner":"daichikuwa0618","description":"sample dotfiles repository for beginners","archived":false,"fork":false,"pushed_at":"2022-08-31T14:26:32.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-01T10:21:16.615Z","etag":null,"topics":["dotfiles","macos","sample-project"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daichikuwa0618.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":"2022-08-31T11:20:45.000Z","updated_at":"2022-10-05T00:26:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"088a6a77-7c85-4abc-878e-cca775a2ae85","html_url":"https://github.com/daichikuwa0618/dotfiles_sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daichikuwa0618/dotfiles_sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daichikuwa0618%2Fdotfiles_sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daichikuwa0618%2Fdotfiles_sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daichikuwa0618%2Fdotfiles_sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daichikuwa0618%2Fdotfiles_sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daichikuwa0618","download_url":"https://codeload.github.com/daichikuwa0618/dotfiles_sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daichikuwa0618%2Fdotfiles_sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31762623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["dotfiles","macos","sample-project"],"created_at":"2024-12-14T03:40:42.413Z","updated_at":"2026-04-13T17:34:11.141Z","avatar_url":"https://github.com/daichikuwa0618.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles_sample\n\nこのリポジトリは [YUMEMI.grow 【自動化特集】 - connpass](https://yumemi.connpass.com/event/257184/) で発表した「ゆる dotfiles 管理のすすめ」のサンプルリポジトリです。\n\nこの度は勉強会の参加および発表をご覧いただきありがとうございました。\n\n## ゆる dotfiles 管理のはじめかた\n\n勉強会では 5 つのステップで紹介しました。\n\nそれぞれのステップに対応した Pull Request を作りましたので、合わせて参考にしてください。\n\n1. GitHub リポジトリを作って clone\n2. `.gitignore` を作る\n   - [Add gitignore by daichikuwa0618 · Pull Request #1 · daichikuwa0618/dotfiles_sample](https://github.com/daichikuwa0618/dotfiles_sample/pull/1)\n3. 現在の dotfiles をリポジトリにコピー\n   - [Add some dotfiles by daichikuwa0618 · Pull Request #2 · daichikuwa0618/dotfiles_sample](https://github.com/daichikuwa0618/dotfiles_sample/pull/2)\n4. alias を貼るコマンドの作成\n   - [Add install script by daichikuwa0618 · Pull Request #3 · daichikuwa0618/dotfiles_sample](https://github.com/daichikuwa0618/dotfiles_sample/pull/3)\n5. `Brewfile` の作成\n   - [Add Brewfile by daichikuwa0618 · Pull Request #4 · daichikuwa0618/dotfiles_sample](https://github.com/daichikuwa0618/dotfiles_sample/pull/4)\n\n## dotfiles の育て方\n\nここからは完全にあなたの自由ですが、 dotfiles の育て方のアイデアの一例を紹介します。\n\n- Homebrew そのものをインストールするシェルスクリプトを作成する\n- macOS の設定 (`defaults` コマンド) を行うシェルスクリプトを作成する\n- `$HOME/.config/git/ignore` に置く global な `.gitignore` を作成する\n- Alfred 等の GUI アプリケーションもリポジトリで管理する\n- Fat になりがちな `.zshrc` 等はいくつかのファイルに分割して、ディレクトリに纏めてみる\n\n## 参考\n\n最後に私が普段使っている dotfiles リポジトリを参考としてリンクを置いておきます:  \n[daichikuwa0618/dotfiles: My environment on macOS](https://github.com/daichikuwa0618/dotfiles)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaichikuwa0618%2Fdotfiles_sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaichikuwa0618%2Fdotfiles_sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaichikuwa0618%2Fdotfiles_sample/lists"}