{"id":16234425,"url":"https://github.com/devrnt/dotfiles","last_synced_at":"2026-03-10T17:32:32.664Z","repository":{"id":162059118,"uuid":"635927347","full_name":"devrnt/dotfiles","owner":"devrnt","description":"Personal dotfiles | Current status: I should add some more settings","archived":false,"fork":false,"pushed_at":"2025-12-16T13:18:37.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-18T07:06:41.758Z","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/devrnt.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":"2023-05-03T18:57:03.000Z","updated_at":"2025-12-16T13:18:41.000Z","dependencies_parsed_at":"2024-12-21T20:23:28.583Z","dependency_job_id":"2cbe0030-8b03-4430-b634-3f86b91f3625","html_url":"https://github.com/devrnt/dotfiles","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.2857142857142857,"last_synced_commit":"04187fad27bfbf6e13f7dd62a92402885aa8e7d5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devrnt/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrnt%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrnt%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrnt%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrnt%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devrnt","download_url":"https://codeload.github.com/devrnt/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrnt%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30344429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-10-10T13:15:58.952Z","updated_at":"2026-03-10T17:32:32.657Z","avatar_url":"https://github.com/devrnt.png","language":"Shell","readme":"# Dotfiles\n\n## Installation\n\n1. Install [stow](https://www.gnu.org/software/stow/)\n\n```sh\nbrew install stow\n```\n\n2. Navigate to your home directory\n\n```sh\ncd ~\n```\n\n3. Clone repository\n\n```sh\ngit clone https://github.com/devrnt/dotfiles\n```\n\n4. Navigate to `dotfiles` folder\n\n```sh\ncd dotfiles\n```\n\n5. Install package settings\n\n```sh\nstow git homebrew zsh aerospace ssh # add anything you want\n```\n\n## Extra\n\nRun `./install.sh` to setup a new machine\n\n## Adding New Configs\n\nTo add a new configuration to your dotfiles:\n\n1. Create a new directory in the dotfiles folder (e.g., `vim`, `tmux`, etc.)\n\n```sh\nmkdir -p dotfiles/vim\n```\n\n2. Add your config files with a dot prefix (e.g., `.vimrc`)\n\n```sh\n# Example: create vim/.vimrc\nvim dotfiles/vim/.vimrc\n```\n\n3. Update `install.sh` to include the new config in the stow command\n\n```sh\n# Change this line:\nstow zsh homebrew git aerospace ssh\n\n# To include your new config:\nstow zsh homebrew git aerospace ssh vim\n```\n\n4. Update the README.md example command to include the new config\n\n5. Run stow to symlink the new config\n\n```sh\ncd ~/dotfiles\nstow vim\n```\n\nThe config will be symlinked to your home directory (e.g., `~/.vimrc`).\n\n## References\n\n- https://github.com/dotphiles/dotphiles\n- https://github.com/xero/dotfiles\n- https://github.com/driesvints/dotfiles\n- https://github.com/sam-dt/dotfiles\n- https://dotfiles.github.io/\n- https://markentier.tech/posts/2021/02/github-with-multiple-profiles-gpg-ssh-keys/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrnt%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrnt%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrnt%2Fdotfiles/lists"}