{"id":19430309,"url":"https://github.com/8dcc/dotfiles","last_synced_at":"2026-04-18T11:33:31.368Z","repository":{"id":152864163,"uuid":"479774871","full_name":"8dcc/dotfiles","owner":"8dcc","description":"My personal dotfiles","archived":false,"fork":false,"pushed_at":"2024-03-18T15:00:15.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T12:14:31.732Z","etag":null,"topics":["dotfiles","dotfiles-linux","dotfiles-windows"],"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/8dcc.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}},"created_at":"2022-04-09T15:59:51.000Z","updated_at":"2023-07-16T17:30:37.000Z","dependencies_parsed_at":"2023-10-14T21:28:44.797Z","dependency_job_id":null,"html_url":"https://github.com/8dcc/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8dcc","download_url":"https://codeload.github.com/8dcc/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612537,"owners_count":19829027,"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":["dotfiles","dotfiles-linux","dotfiles-windows"],"created_at":"2024-11-10T14:24:20.311Z","updated_at":"2026-04-18T11:33:26.346Z","avatar_url":"https://github.com/8dcc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal dotfiles\n**My personal dotfiles**\n\n### Cloning\nBecause this repository has [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules), you need to specify a parameter to the git clone command ([?](http://git-scm.com/book/en/v2/Git-Tools-Submodules#_cloning_submodules)):\n```bash\ngit clone --recurse-submodules https://github.com/8dcc/dotfiles\n```\nCheck [SUBMODULES.md](https://github.com/8dcc/dotfiles/blob/main/SUBMODULES.md) for more info.\n\n### Pulling the repositories\nOnce you have them downloaded, there might be changes to the submodules! And if you do a `git pull` on the dotfiles repository, you will not pull the submodules.  \nTo do this, use the `git submodules` command:\n```bash\ngit submodule update --init --recursive         # Git command\n```\nYou can also check [scripts](#scripts) for more information on how to do all of this more easily.\n\n### Scripts\n#### Python\nBefore using the python scripts make sure you have all the requirements installed with:\n```bash\ncd scripts/python\npython3 -m pip install -r requirements.txt\n```\nThe `pull-dotfiles.py` script you will pull all the latest commits from the origin of each submodule.  \nTo use it once you installed the requirements:\n```bash\ncd scripts/python\npython3 pull-dotfiles.py\n```\n\n![Screenshot 1](scripts/python/.screenshot1.png)\n\n#### Bash\nIn my opinion the best way to automate all of the above (Although not as fancy and elavorated as the python way) is to use my `sync-dotfiles.sh` script.\nEven if you did not use `--recurse-submodules` when cloning, you can use my bash script to:\n- Start and get the submodules (Commit saved in the main repo)\n- Doing checkout to the correct branches (main)\n- Pulling all the submodules from origin/main\n\nTo use this script:\n```bash\ncd scripts\nchmod +x sync-dotfiles.sh\n./sync-dotfiles.sh\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8dcc%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fdotfiles/lists"}