{"id":22374497,"url":"https://github.com/kevcui/dotfiles","last_synced_at":"2025-07-30T22:30:59.432Z","repository":{"id":45749483,"uuid":"105386525","full_name":"KevCui/dotfiles","owner":"KevCui","description":"⚫ Configuration files","archived":false,"fork":false,"pushed_at":"2025-05-30T22:40:44.000Z","size":531,"stargazers_count":21,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T09:26:02.581Z","etag":null,"topics":["alacritty","chunkwm","darktable","dotfiles","fzf","i3wm","mitmproxy","ranger","skhd","st","taskwarrior","termite","tmux","tridactyl","vifm","vim","xinitrc","xmodmap","xterm","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/KevCui.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":"2017-09-30T17:14:35.000Z","updated_at":"2025-05-30T22:40:47.000Z","dependencies_parsed_at":"2023-02-08T18:31:38.909Z","dependency_job_id":"c9bc2d02-4acd-447b-ba36-503cbe55431d","html_url":"https://github.com/KevCui/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KevCui/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCui%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCui%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCui%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCui%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevCui","download_url":"https://codeload.github.com/KevCui/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCui%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267953580,"owners_count":24171419,"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-07-30T02:00:09.044Z","response_time":70,"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":["alacritty","chunkwm","darktable","dotfiles","fzf","i3wm","mitmproxy","ranger","skhd","st","taskwarrior","termite","tmux","tridactyl","vifm","vim","xinitrc","xmodmap","xterm","zsh"],"created_at":"2024-12-04T21:17:18.705Z","updated_at":"2025-07-30T22:30:59.070Z","avatar_url":"https://github.com/KevCui.png","language":"Shell","readme":"# dotfiles\n\nThe sweet sweet home of my lovely dotfiles :honey_pot:\n\n## How to configure\n\nYou may or may not notice that there are some variables `%variable%` in some dotfiles. For example, in `zshrc`:\n\n```bash\n$ export GITREPO=\"%gitrepo%\"\n```\n\nBecause some settings can be different on different machines (directories, shortcuts, term colors...). To make it more flexible, the value of variable can be defined in a `yaml` file, the format looks like:\n\n```yaml\n\u003cfilename1\u003e:\n  \u003cvariable1\u003e: \u003cvalue1\u003e\n  \u003cvariable2\u003e: \u003cvalue2\u003e\n\n\u003cfilename2\u003e:\n  \u003cvariable1\u003e: \u003cvalue1\u003e\n  \u003cvariable2\u003e: \u003cvalue2\u003e\n```\n\nFor example, in `dotfile-config.yaml`:\n\n```yaml\nzshrc:\n  gitrepo: \\/home\\/kevinthebest\\/git\n  comment: ''\n  othersource: ~\\/.czshrc\n\ni3wm/config:\n  comment: ''\n```\n\n## How to build\n\n- Build all files in `\u003cyaml_config_file\u003e`:\n\n```bash\n$ ./build.sh \u003cyaml_config_file\u003e; source ~/.zshrc\n```\n\nThe final files will be generated in `output` folder. Pay attention to create symbol links to the target files in `output` folder.\n\n- Build only certain files in `\u003cyaml_config_file\u003e`:\n\n```bash\n$ ./build.sh \u003cyaml_config_file\u003e 'Xresources i3wm/config'; source ~/.zshrc\n```\n\n:heart:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevcui%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevcui%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevcui%2Fdotfiles/lists"}