{"id":18361105,"url":"https://github.com/progrhyme/dotfiles","last_synced_at":"2026-04-24T16:03:36.989Z","repository":{"id":54479739,"uuid":"9985970","full_name":"progrhyme/dotfiles","owner":"progrhyme","description":"My dotfiles including various utility scripts","archived":false,"fork":false,"pushed_at":"2024-07-08T02:34:23.000Z","size":198,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T05:43:38.293Z","etag":null,"topics":["dotfiles","shell","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/progrhyme.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":"2013-05-10T16:59:27.000Z","updated_at":"2024-07-08T02:34:27.000Z","dependencies_parsed_at":"2024-11-05T22:33:23.009Z","dependency_job_id":"59f47011-bbad-4999-9be5-efeee6286ccd","html_url":"https://github.com/progrhyme/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/progrhyme/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrhyme%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrhyme%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrhyme%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrhyme%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progrhyme","download_url":"https://codeload.github.com/progrhyme/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrhyme%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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","shell","shell-script"],"created_at":"2024-11-05T22:31:49.747Z","updated_at":"2026-04-24T16:03:36.973Z","avatar_url":"https://github.com/progrhyme.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nPersonal dotfiles including scripts and config files for some shell environments.\n\n# Prerequisites\n\n- https://github.com/progrhyme/shelp/\n\nAnd below packages should be installed by shelp:\n\n```sh\nshelp install progrhyme/dot-sh\n```\n\n# Setup\n\nTo set up *dotfiles* into your home directory, execute following commands:\n\n```sh\ngit clone git@github.com:progrhyme/dotfiles.git\ncd dotfiles\ngit submodule update --init\n\nexport DOTS_ENV=\u003cchoose one in envs/ dir\u003e\nscript/setup-shellenv.sh\nscript/setup-vim-env.sh\n```\n\n# Related Projects\n\n- [progrhyme/myenv](https://github.com/progrhyme/myenv)\n... contains various CLI materials for Ubuntu, macOS etc., utilizing _dotfiles_.\n\n# Contents\n## Setup Scripts\n### script/setup-dotfiles.sh\n\nMost implementation is in `lib/dotfiles.bashrc`.\nIn addition to making symbolic links to dotfiles under the root directory, this\nscript does by default create symbolic links to scripts in `*shrc.d/` directory\ninto `~/.{ba,z}shrc.d/` directory according to `$SETUP_SHELL` variable; falling\nback to `$SHELL` if `$SETUP_SHELL` is undefined.\nDestination directory is defined by variable `$CUSTOM_RC_DIR` in `lib/setup.bashrc`.\n\n## Shell Configuration\n### peco functions\n\n`{ba,z}shrc.d/peco.{ba,z}shrc` defines some functions invoked by keyboard\nshortcuts using key binding system.\n\n Key | Bash | Zsh | Functionality\n-----|------|-----|---------------\n `Ctrl-U + P` | ✅ | | Search and insert Process ID onto prompt\n `Ctrl-R` | ✅ | ✅ | Search and select command from history\n `Ctrl-U + D` | ✅ | ✅ | Search directories from repositories under predefined directories and Change Directory to selected one\n `Ctrl-U + F` | ✅ | ✅ | Search any files from repositories under predefined directories and insert selected one onto prompt\n `Ctrl-U + C` | ✅ | ✅ | Search any files under current directory and insert selected one onto prompt\n `Ctrl-U + A` | ✅ | ✅ | Search any files including hidden entries under current directory and insert selected one onto prompt\n `Ctrl-U + R` | | ✅ | Search directories from Zsh cdr history and Change Directory to selected one\n `Ctrl-U + X` | ✅ | ✅ | Search kubectl contexts and activate selected one\n `Ctrl-U + N` | ✅ | ✅ | Search kubectl namespaces and set selected one to default\n `Ctrl-U + G` | ✅ | ✅ | Search gcloud config configurations and activate selected one\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrhyme%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrhyme%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrhyme%2Fdotfiles/lists"}