{"id":20676516,"url":"https://github.com/ryosukedtomita/dotfiles","last_synced_at":"2026-05-06T18:31:53.625Z","repository":{"id":248477893,"uuid":"828752017","full_name":"RyosukeDTomita/dotfiles","owner":"RyosukeDTomita","description":"my dotfiles","archived":false,"fork":false,"pushed_at":"2025-02-16T09:20:50.000Z","size":65,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T10:26:01.406Z","etag":null,"topics":["bashrc","dotfiles","dotfiles-linux","gitconfig","inputrc","nvim","oh-my-zsh","shell-script","tmux-conf","vimrc","wsl","zshrc"],"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/RyosukeDTomita.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}},"created_at":"2024-07-15T04:03:27.000Z","updated_at":"2025-02-16T09:20:52.000Z","dependencies_parsed_at":"2025-02-16T10:21:27.064Z","dependency_job_id":"0ec17314-6ec0-4f99-98c3-28c13ad17d0a","html_url":"https://github.com/RyosukeDTomita/dotfiles","commit_stats":null,"previous_names":["ryosukedtomita/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyosukeDTomita","download_url":"https://codeload.github.com/RyosukeDTomita/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242906226,"owners_count":20204794,"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","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":["bashrc","dotfiles","dotfiles-linux","gitconfig","inputrc","nvim","oh-my-zsh","shell-script","tmux-conf","vimrc","wsl","zshrc"],"created_at":"2024-11-16T21:12:46.982Z","updated_at":"2026-05-06T18:31:53.586Z","avatar_url":"https://github.com/RyosukeDTomita.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n## INDEX\n\n- [ABOUT](#about)\n- [ENVIRONMENT](#environment)\n- [PREPARING](#preparing)\n- [HOW TO USE](#how-to-use)\n- [MEMO](#memo)\n\n---\n\n## ABOUT\n\nManage .dotfiles.\n\n\u003e [!NOTE]\n\u003e I decided to use [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode) from 2024/08/22.\n\u003e This is the [archive](https://github.com/RyosukeDTomita/dotfiles/tree/archive/before-ohmyzsh) of before using ohmyzsh.\n\n\u003e [!WARNING]\n\u003e DO NOT include credential info .e.g. `~/.ssh/id_rsa`, `~/.aws/credentials` etc.\n\n---\n\n## ENVIRONMENT\n\nUbuntu 22.04 LTS\n\n---\n\n## PREPARING\n\n1. install this repository.\n\n```shell\ngit clone RyosukeDTomita/dotfiles.git\n```\n\n2. install tmux\n\n3. install VSCode\n\n4. install zsh\n\n```shell\nsudo apt install zsh\n```\n\n---\n\n## HOW TO USE\n\n```shell\ncd dotfiles/\nchmod +x initall.sh\n./install.sh\nchmod +x install-ohmyzsh.sh\n./install-ohmyzsh.sh\nchmod +x install-neovim.sh\n./install-neovim.sh\n```\n\n\u003e [!NOTE]\n\u003e Dev Containersで使用するinstall scriptはデフォルトで以下のファイルが実行される。\n\u003e - install.sh\n\u003e - install\n\u003e - bootstrap.sh\n\u003e - setup.sh\n\u003e - setup\n\n\u003e [!NOTE]\n\u003e Dev Containersかどうかを`REMOTE_CONTAINERS=true`の環境変数で識別している。参考: [GitHub issue](https://github.com/microsoft/vscode-remote-release/issues/3517)\n\n### VSCode\n\n```shell\nln -s $HOME/dotfiles/.config/Code/User/keybindings.json $HOME/.config/Code/User/keybindings.json\n# VSCodeのsettings.jsonはちょこちょこいじるので一旦シンボリックリンクにはしない\ncp $HOME/dotfiles/.config/Code/User/settings.json $HOME/.config/Code/User/settings.json\n```\n\n---\n\n## MEMO\n\n- Dev Containersかどうかを`REMOTE_CONTAINERS=true`の環境変数で識別している。参考: [GitHub issue](https://github.com/microsoft/vscode-remote-release/issues/3517)\n- [nvimのバージョンを上げたらvim-lspのエラーがでるようになった話](https://x.com/sigma5736394841/status/1826319333402042729)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukedtomita%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryosukedtomita%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukedtomita%2Fdotfiles/lists"}