{"id":17842908,"url":"https://github.com/tdlm/dotfiles","last_synced_at":"2026-05-03T17:34:38.561Z","repository":{"id":42396916,"uuid":"250598769","full_name":"tdlm/dotfiles","owner":"tdlm","description":"tdlm dotfiles","archived":false,"fork":false,"pushed_at":"2022-04-07T00:04:54.000Z","size":72,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T15:42:39.348Z","etag":null,"topics":["dotfile","dotfiles","macos","setup","zsh"],"latest_commit_sha":null,"homepage":null,"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/tdlm.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}},"created_at":"2020-03-27T17:23:55.000Z","updated_at":"2025-02-22T08:08:35.000Z","dependencies_parsed_at":"2022-09-21T18:40:25.652Z","dependency_job_id":null,"html_url":"https://github.com/tdlm/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tdlm/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdlm%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdlm%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdlm%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdlm%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tdlm","download_url":"https://codeload.github.com/tdlm/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdlm%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32578815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["dotfile","dotfiles","macos","setup","zsh"],"created_at":"2024-10-27T21:20:43.626Z","updated_at":"2026-05-03T17:34:38.543Z","avatar_url":"https://github.com/tdlm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nThis is where I keep my dotfiles in sync between my various computers.\n\n**What are dotfiles?**\n\nDotfiles are, in general, customization files used to personalize your \\*nix-based system. They are called 'dot' files because they begin with a period (e.g. `.zshrc`). This period or dot indicates to the file system that this file/directory should be hidden.\n\n**Where can I learn more about this method of dotfile backup?**\n\n- [The best way to store your dotfiles: A bare Git repository](https://www.atlassian.com/git/tutorials/dotfiles) (the method used here)\n- [Github does dotfiles](https://dotfiles.github.io)\n\n## System Updates\n\nAs dotfiles get updated on each system, it's important to occasionally keep those changes in sync between repositories.\n\n## New System Setup\n\n### Installation\n\nConfirm the `dotfiles` command is present on the system by running:\n\n```bash\n$ command -v dotfiles\n```\n\nIf it's not present, run the following alias or add it to your `.bashrc` or `.zshrc` config so that it's always available:\n\n```bash\nalias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'\n```\n\nNow make sure you don't create recursion issues:\n\n```bash\necho \".dotfiles\" \u003e\u003e .gitignore\n```\n\nNext, clone this repository down:\n\n```bash\ngit clone --bare git@github.com:tdlm/dotfiles.git $HOME/.dotfiles\n```\n\nNow checkout the actual content into your `$HOME` directory:\n\n```bash\ndotfiles checkout\n```\n\nThis may fail if there are local versions of the files/folders you're attempting to check out. If that's the case, feel free to back these up or delete them before attempting to run the above command again.\n\nNow set the `showUntrackedFiles` flag to `no` for this repository:\n\n```bash\ndotfiles config --local status.showUntrackedFiles no\n```\n\n✨ You're done now. ✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdlm%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftdlm%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdlm%2Fdotfiles/lists"}