{"id":21217276,"url":"https://github.com/toshikinakamura0412/dotfiles","last_synced_at":"2026-04-10T01:55:23.785Z","repository":{"id":160520467,"uuid":"535078287","full_name":"ToshikiNakamura0412/dotfiles","owner":"ToshikiNakamura0412","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2025-02-06T12:36:23.000Z","size":228,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T13:43:22.941Z","etag":null,"topics":["aliases","alpine","archlinux","arm64","centos-stream","debian","dotfiles","fedora","git","linux","macos","mit-license","neovim","opensuse-leap","tmux","ubuntu","x86-64"],"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/ToshikiNakamura0412.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-09-10T18:02:49.000Z","updated_at":"2025-02-06T12:36:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5daa7a8-dec0-4cc2-af5f-f8e68e292954","html_url":"https://github.com/ToshikiNakamura0412/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshikiNakamura0412%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshikiNakamura0412%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshikiNakamura0412%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToshikiNakamura0412%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ToshikiNakamura0412","download_url":"https://codeload.github.com/ToshikiNakamura0412/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243667968,"owners_count":20328036,"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":["aliases","alpine","archlinux","arm64","centos-stream","debian","dotfiles","fedora","git","linux","macos","mit-license","neovim","opensuse-leap","tmux","ubuntu","x86-64"],"created_at":"2024-11-20T21:57:40.876Z","updated_at":"2026-04-10T01:55:23.778Z","avatar_url":"https://github.com/ToshikiNakamura0412.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n![image](https://github.com/ToshikiNakamura0412/dotfiles/wiki/images/dotfiles.png)\n\n- Setting for aliases, shell, zsh, git, vim, neovim and tmux\n  - tmux\n    - prefix key: `Ctrl-s`\n    - If you want to change the prefix key and the theme, please refer to [Setup](#setup)\n- This repository contains the following submodules:\n  - [vim](https://github.com/ToshikiNakamura0412/vim.git)\n  - [nvim](https://github.com/ToshikiNakamura0412/nvim.git)\n- This repository is used in [dockerfiles](https://github.com/ToshikiNakamura0412/dockerfiles.git)\n\n## Environment\n### OS\n- Linux\n  - alpine\n  - arch\n  - centos (stream)\n  - debian\n  - fedora\n  - opensuse (leap)\n  - ubuntu\n- macOS (Prerequisites: Homebrew, pip3)\n\n### Architecture\n- x86_64\n- arm64\n\n### Shell\n- bash\n- zsh\n\n## Installation\n- If you want to setup only without installing prerequisites, please use `--setup-only` option.\n  - Prerequisites: curl\n```bash\ngit clone --recursive https://github.com/ToshikiNakamura0412/dotfiles.git\n./dotfiles/install.bash [--setup-only]\n```\n\n## Setup\n### zsh\nIf you want to change the terminal appearance, please execute the following:\n```bash\np10k configure\n```\n\n### tmux\nIf you want to change the prefix key and the theme, please execute the following:\n```bash\ncd dotfiles/scripts/\n./setup_tmux.bash \u003cprefix_key\u003e \u003ctmux_power_theme\u003e [with_setup (optional)]\n```\nShow the help:\n```bash\n./setup_tmux.bash -h\n```\n\n### plugin\n#### nvim\n- If you want to enable Github Copilot, please execute the following in Neovim:\n  ```\n  :Copilot setup\n  ```\n\n## Update\n```bash\ncd ~/dotfiles\ngit pull\ngit submodule update --remote --recursive\n```\n\n## Usage\n### zsh\n| Command | Description |\n| --- | --- |\n| `Ctrl-r` | Open fzf |\n\n### tmux\n| Command | Description |\n| --- | --- |\n| `\u003cprefix_key\u003e + [` | Copy mode (`y`: yank) |\n\n- [pain control](https://github.com/tmux-plugins/tmux-pain-control.git)\n\n### Neovim\n| Command | Description |\n| --- | --- |\n| `Ctrl-e` | Open file explorer |\n| `ff` | Open fzf |\n\n#### C/C++ Completion for ROS1\nIf you want to enable C/C++ completion for ROS1, please execute the following:\n```bash\n# enable simple completion\n# - add following paths\n#   - /opt/ros/\u003cROS DISTRO\u003e/include\n#   - \u003ctarget package\u003e/include\nroscd \u003ctarget package\u003e\ncreate_simple_compile_flags\n\n# build and enable completion of target package\nroscd \u003ctarget package\u003e\ncbt\n\n# build and enable completion of all packages\ncb\n```\n\n## Troubleshooting\n### Character encoding issue\nSet your terminal font as `Hack Nerd Font`.\n\n### The text color is white\nIt may not be compatible with True Color.\u003cbr\u003e\nIf you have color settings in your shell, please disable them.\u003cbr\u003e\nIf the issue persists, please execute the following:\n```bash\nexport TERM=screen-256color\n```\n\n### It's not working properly\nPlease reinstall.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshikinakamura0412%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshikinakamura0412%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshikinakamura0412%2Fdotfiles/lists"}