{"id":21373122,"url":"https://github.com/hiqdev/rehome","last_synced_at":"2026-05-14T23:02:38.190Z","repository":{"id":142006407,"uuid":"69011926","full_name":"hiqdev/rehome","owner":"hiqdev","description":"Bring your home with you","archived":false,"fork":false,"pushed_at":"2020-12-04T15:49:38.000Z","size":32,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-03T19:41:52.979Z","etag":null,"topics":["dotfiles","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiqdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-09-23T09:48:01.000Z","updated_at":"2020-12-04T15:49:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9308492-f738-4320-a115-7e8f17cf96ef","html_url":"https://github.com/hiqdev/rehome","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hiqdev/rehome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Frehome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Frehome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Frehome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Frehome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiqdev","download_url":"https://codeload.github.com/hiqdev/rehome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Frehome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002621,"owners_count":26083425,"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-10-10T02:00:06.843Z","response_time":62,"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":["dotfiles","hacktoberfest"],"created_at":"2024-11-22T08:25:44.086Z","updated_at":"2026-05-14T23:02:38.184Z","avatar_url":"https://github.com/hiqdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReHome\n\n**Script to deploy and maintain home easily**\nThe goal is to setup all environment with a single command\n\n- keep your dotfiles in repository\n- define home config (shell and dependencies) in `.rehome.json`\n- `wget https://raw.githubusercontent.com/hiqdev/rehome/master/rehome ; python rehome init me/dotfiles`\n- Congrats! You're done with setuping all your environment to a new desktop or server.\n\n## Configuration\n\nThe main config file is `.rehome.json`\n\nHere is example config:\n\n```json\n{\n    \"dotfiles\": \"hiqsol/dotfiles\",\n    \"shell\": \"zsh\",\n    \"installs\": {\n        \"zsh\": \"system\",\n        \"tmux\": \"system\",\n        \"composer\": [\n            \"wget https://getcomposer.org/installer -O composer-setup.php\",\n            \"php composer-setup.php --install-dir=bin --filename=composer\"\n        ]\n    },\n    \"updates\": {\n        \"bin/composer\": [\n            \"bin/composer self-update\",\n            \"bin/composer global update\"\n        ],\n        \"prj/hiqdev/hidev/vendor\": [\n            \"cd prj/hiqdev/hidev ; composer update\"\n        ]\n    }\n}\n```\n\nLooks quite clear:\n\n1. `dotfiles` - generally accessable dotfiles repository\n2. `shell`    - shell to be set with `chsh`\n3. `installs` - array of path =\u003e commands to be run if path doesn't exist\n4. `updates`  - array of path =\u003e commands to be run on update\n\n## License\n\nThis project is released under the terms of the BSD-3-Clause [license](LICENSE).\nRead more [here](http://choosealicense.com/licenses/bsd-3-clause).\n\nCopyright © 2016-2017, HiQDev (\u003chttp://hiqdev.com/\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Frehome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiqdev%2Frehome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Frehome/lists"}