{"id":21543827,"url":"https://github.com/thealexdev23/dotfiles-synchronizer","last_synced_at":"2025-04-10T04:40:39.952Z","repository":{"id":218760288,"uuid":"747293231","full_name":"TheAlexDev23/dotfiles-synchronizer","owner":"TheAlexDev23","description":"Automatically synchronize your dotfiles to git in the background","archived":false,"fork":false,"pushed_at":"2024-02-01T18:17:40.000Z","size":37,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T05:52:11.495Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/TheAlexDev23.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}},"created_at":"2024-01-23T16:41:55.000Z","updated_at":"2024-06-09T18:50:00.000Z","dependencies_parsed_at":"2024-01-30T19:59:36.935Z","dependency_job_id":null,"html_url":"https://github.com/TheAlexDev23/dotfiles-synchronizer","commit_stats":null,"previous_names":["thealexdev23/dotfiles-synchronizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlexDev23%2Fdotfiles-synchronizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlexDev23%2Fdotfiles-synchronizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlexDev23%2Fdotfiles-synchronizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAlexDev23%2Fdotfiles-synchronizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAlexDev23","download_url":"https://codeload.github.com/TheAlexDev23/dotfiles-synchronizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248160544,"owners_count":21057548,"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":[],"created_at":"2024-11-24T05:15:49.564Z","updated_at":"2025-04-10T04:40:39.922Z","avatar_url":"https://github.com/TheAlexDev23.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDotfiles Synchronizer\u003c/h1\u003e\n\nAutomatically synchronize any of your configurations to git. A working example can be seen [here](https://github.com/TheAlexDev23/dotfiles)\n\n## Installation\n\n1. **Fork** this repository\n2. Clone the forked repo (preferably with ssh, as this program will also automatically push and you won't be able to input password/passkey)\n3. Run systemd_setup.sh (if you have systemd) \n4. Profit\n\nYou can configure the directories or inidividual files that you want to synchronize by modifying `~/.config/synchronization_targets.json`\n\nThe syntax is quite simple:\n\n```json\n{\n    \"directories\": [\n        \"~/path/to/your/dir1\",\n        \"~/path/to/your/dir2\",\n        \"~/path/to/your/dir3\"\n    ],\n    \"files\": [\n        \"~/path/to/your/file.1\",\n        \"~/path/to/your/file.2\",\n        \"~/path/to/your/file.3\"\n    ]\n}\n```\n\n## Other configuration\n\nsynchronizer_service.py:\n```python\n# Polling rate for file changes in seconds. Isn't as important, just make sure that it's not 0 if you use editors like neovim.\nRATE = 0.5\n\nVERBOSE_LOGGING = False\n\n# Mainly used in development. If False, will not commit/push just log.\nCOMMIT = True\n\n# Time since last commit in order to push. Used to prevent rate limits.\nPUSH_RATE = 30\n\n# Experimental. Use GPT for commit messages. Requires OPENAI_KEY environment variable\nUSE_OPENAI = False\n```\n\n\n## What if I don't have systemd?\nI don't really have experience with systemd alternatives, but feel free to open a pr.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthealexdev23%2Fdotfiles-synchronizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthealexdev23%2Fdotfiles-synchronizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthealexdev23%2Fdotfiles-synchronizer/lists"}