{"id":20691522,"url":"https://github.com/yutotnh/dotfiles","last_synced_at":"2026-05-02T11:38:46.350Z","repository":{"id":65021253,"uuid":"579724278","full_name":"yutotnh/dotfiles","owner":"yutotnh","description":"dotfiles by yutotnh","archived":false,"fork":false,"pushed_at":"2025-05-19T14:57:52.000Z","size":170,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-19T15:57:43.096Z","etag":null,"topics":["bash","dotfiles","shell-script"],"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/yutotnh.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":"2022-12-18T17:34:25.000Z","updated_at":"2025-05-19T14:57:54.000Z","dependencies_parsed_at":"2023-02-12T06:45:45.116Z","dependency_job_id":"849db62d-ec8a-41ab-b990-bcf34e061513","html_url":"https://github.com/yutotnh/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yutotnh/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutotnh%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutotnh%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutotnh%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutotnh%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yutotnh","download_url":"https://codeload.github.com/yutotnh/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutotnh%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28001441,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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":["bash","dotfiles","shell-script"],"created_at":"2024-11-16T23:17:06.204Z","updated_at":"2025-12-24T11:02:14.438Z","avatar_url":"https://github.com/yutotnh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n## Install\n\n```bash\ngit clone https://github.com/yutotnh/dotfiles.git\ncd dotfiles\nsudo true\n./install.sh\nexec bash -l\n```\n\n## Update\n\n```bash\ncd ${DOTFILES_DIRECTORY}\ngit pull\n${DOTFILES_DIRECTORY}/install.sh\nexec bash -l\n```\n\n## Uninstall\n\n```bash\n${DOTFILES_DIRECTORY}/uninstall.sh\nexec bash -l\n```\n\n## 補足\n\n### WSL 使用時に `dotfiles/bashrc.sh` の実行が遅くなる\n\n#### 解決法\n\n`/etc/wsl.conf` に以下を書き込み、ホストのWindowsを再起動する\n\n```text:/etc/wsl.conf\n[interop]\nappendWindowsPath = false\n```\n\n#### 理由\n\nWSLのデフォルト設定だと Windows の PATH を引き継いでいる\n\n`dotfiles/bashrc.sh` 内の bash_completion.sh を実行する箇所でインストールされていないコマンドを探索するときにWindowsのPATHも見ている\n\nWSLからWindowsのディレクトリへのアクセスは非常に遅く、そしてPATHの中に非常にたくさんアクセスしているため実行時間が遅くなっている\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutotnh%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyutotnh%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutotnh%2Fdotfiles/lists"}