{"id":51779331,"url":"https://github.com/jtebert/dotfiles","last_synced_at":"2026-07-20T10:02:37.040Z","repository":{"id":67698376,"uuid":"193164598","full_name":"jtebert/dotfiles","owner":"jtebert","description":"User dotfiles for cross-machine compatibility and backup, based on this: https://www.anand-iyer.com/blog/2018/a-simpler-way-to-manage-your-dotfiles.html","archived":false,"fork":false,"pushed_at":"2026-05-14T15:58:05.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T17:46:49.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/jtebert.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-21T21:58:43.000Z","updated_at":"2026-05-14T15:58:36.000Z","dependencies_parsed_at":"2023-07-04T04:50:43.087Z","dependency_job_id":null,"html_url":"https://github.com/jtebert/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jtebert/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtebert","download_url":"https://codeload.github.com/jtebert/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtebert%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35682457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"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":[],"created_at":"2026-07-20T10:02:36.333Z","updated_at":"2026-07-20T10:02:37.035Z","avatar_url":"https://github.com/jtebert.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Julia's Dotfiles\n\nUser dotfiles for cross-machine compatibility and backup.\n\nThis approach comes from [this blog post](https://www.anand-iyer.com/blog/2018/a-simpler-way-to-manage-your-dotfiles.html) by Anand Iyer.\n\n## Recent Changes\n\nThe default branch has been changed from `master` to `main`. If you try to pull, it will fail.\n\nTo update your local setup accordingly, do the following:\n\n```shell\ngit checkout master         # Switch to local master branch\ngit branch -m master main   # Rename the branch to main\ngit fetch                   # git latest commits and branches\ngit branch --unset-upstream # Remove tracking connection to origin/master\ngit branch -u origin/main   # Make new tracking connection to origin/main\n```\n\nSource: [Tower](https://www.git-tower.com/learn/git/faq/git-rename-master-to-main/)\n\n## Notes\n\n- This is set up for [ZSH](https://www.zsh.org/). In particular, I use the [Powerlevel10k](https://github.com/romkatv/powerlevel10k) theme (installed through https://ohmyz.sh/).\n- My ZSH theme configuration uses icons from [Nerd Fonts](https://www.nerdfonts.com/). I'm using the font [Hack](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf), but any Nerd Font from this repository should work.\n- The `.zshrc` file already creates the alias for using the `dotfiles` syntax shorthand described below.\n\n## Setting up on a new machine\n\nThis version avoids issues with conflicts with existing default config files.\n\nClone into a new (temporary) subdirectory:\n```shell\ngit clone --separate-git-dir=$HOME/.dotfiles https://github.com/jtebert/dotfiles.git tmpdotfiles\n```\n\nMove the contents into your home folder:\n```shell\nrsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/\n```\n\nDelete the temporary folder:\n```shell\nrm -r tmpdotfiles\n```\n\n## How to use\n\nYou now have a git repository that you can see from anywhere, aliased to `dotfiles`. So you use the same syntax as `git`, but you replace `git` with `dotfiles`. For example:\n\n```shell\n# Add a file to the dotfiles repository\ndotfiles add .bashrc\n# See changes (this won't show unadded files, or it would contain your whole home folder)\ndotfiles status\n# Commit changes\ndotfiles commit -m \"Add bash config\"\n# Push changes\ndotfiles push\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtebert%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtebert%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtebert%2Fdotfiles/lists"}