{"id":24307748,"url":"https://github.com/dmkishi/dotfiles","last_synced_at":"2026-04-10T12:05:21.664Z","repository":{"id":267676720,"uuid":"901576147","full_name":"dmkishi/dotfiles","owner":"dmkishi","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-27T19:57:17.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T20:37:25.984Z","etag":null,"topics":["dotfiles","tmux","vim","zsh"],"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/dmkishi.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,"zenodo":null}},"created_at":"2024-12-10T23:16:52.000Z","updated_at":"2025-06-27T19:57:21.000Z","dependencies_parsed_at":"2024-12-11T19:43:09.011Z","dependency_job_id":"7f43a35a-0a5a-4cb0-b4cd-cf2f3338ab56","html_url":"https://github.com/dmkishi/dotfiles","commit_stats":null,"previous_names":["dmkishi/dotfiles"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/dmkishi/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmkishi%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmkishi%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmkishi%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmkishi%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmkishi","download_url":"https://codeload.github.com/dmkishi/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmkishi%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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","tmux","vim","zsh"],"created_at":"2025-01-17T04:19:27.544Z","updated_at":"2026-04-10T12:05:21.646Z","avatar_url":"https://github.com/dmkishi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Kishi's Dotfiles\n================================================================================\nConfig files for Zsh, tmux, Vim, etc.\n\nBash support has been discontinued after macOS switched its default shell to Zsh. On Unix-like devices, install Zsh and make it the default shell.\n\nInstall\n--------------------------------------------------------------------------------\n```sh\ncd ~  # Or wherever\ngit clone https://github.com/dmkishi/dotfiles.git\n./dotfiles/install.sh\n```\n\nTechnical Notes\n--------------------------------------------------------------------------------\n### Startup Files and Loading Order[^1]\nOnly `.zshenv` and `.zshrc` are used. See respective files for notes and descriptions.\n\n|                  | Interactive Login  | Interactive non-login  | Script  |\n|------------------|:------------------:|:----------------------:|:-------:|\n| `/etc/zshenv`    | A                  | A                      | A       |\n| `~/.zshenv`      | B                  | B                      | B       |\n| `/etc/zprofile`  | C                  |                        |         |\n| `~/.zprofile`    | D                  |                        |         |\n| `/etc/zshrc`     | E                  | C                      |         |\n| `~/.zshrc`       | F                  | D                      |         |\n| `/etc/zlogin`    | G                  |                        |         |\n| `~/.zlogin`      | H                  |                        |         |\n| `~/.zlogout`     | I                  |                        |         |\n| `/etc/zlogout`   | J                  |                        |         |\n\n[^1]: \u003chttps://shreevatsa.wordpress.com/2008/03/30/zshbash-startup-files-loading-order-bashrc-zshrc-etc/\u003e\n\n### Enabling Italics in Vim and tmux\n- \u003chttps://sookocheff.com/post/vim/italics\u003e\n- \u003chttps://rsapkf.xyz/blog/enabling-italics-vim-tmux\u003e\n\nUnfortunately, this is a compound effort involving multiple configuration files:\n\n- Terminfo: Italics are enabled by updating the terminfo database, which allows terminal emulators to recognize escape codes for italics. Terminfo files must be created for tmux, tmux w/ 256 color support, and xterm with 256 color support, which must be compiled with the `tic` command. The compiled files are written to `~/.terminfo`.\n- `.tmux.conf`: Direct tmux to use the new Terminfo.\n- `.vimrc`: Italicize comments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmkishi%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmkishi%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmkishi%2Fdotfiles/lists"}