{"id":44411140,"url":"https://github.com/ubnt-intrepid/dot.rs","last_synced_at":"2026-02-12T07:39:17.153Z","repository":{"id":12318637,"uuid":"71327036","full_name":"ubnt-intrepid/dot.rs","owner":"ubnt-intrepid","description":"Yet another management tool for dotfiles","archived":false,"fork":false,"pushed_at":"2025-08-21T08:29:09.000Z","size":142,"stargazers_count":235,"open_issues_count":6,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T09:34:14.377Z","etag":null,"topics":["dotfiles","rust","utility"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ubnt-intrepid.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-19T06:43:31.000Z","updated_at":"2025-08-21T07:19:10.000Z","dependencies_parsed_at":"2025-08-21T09:06:33.981Z","dependency_job_id":"5814f418-2847-4c37-ae18-5c2753058248","html_url":"https://github.com/ubnt-intrepid/dot.rs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ubnt-intrepid/dot.rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubnt-intrepid%2Fdot.rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubnt-intrepid%2Fdot.rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubnt-intrepid%2Fdot.rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubnt-intrepid%2Fdot.rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubnt-intrepid","download_url":"https://codeload.github.com/ubnt-intrepid/dot.rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubnt-intrepid%2Fdot.rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dotfiles","rust","utility"],"created_at":"2026-02-12T07:39:15.092Z","updated_at":"2026-02-12T07:39:17.144Z","avatar_url":"https://github.com/ubnt-intrepid.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `dot`\n\n![GitHub Actions](https://github.com/ubnt-intrepid/dot/workflows/Workflow/badge.svg)\n\n`dot` is a command-line tool for managing dotfiles, written in Rust.\n\n## Overview\n`dot` provides a way to organize configuration files in your home directory.\n\n## Installation\nPrecompiled binaries are on our [GitHub releases page](https://github.com/ubnt-intrepid/dot/releases/latest).\nIf you want to use the development version, try `cargo install` to build from source:\n\n```shell-session\n$ cargo install --git https://github.com/ubnt-intrepid/dot.git\n```\n\n## Example Usage\nClone your dotfiles repository from github and then create home directory symlinks:  \n```sh\n$ dot init ubnt-intrepid/dotfiles\n```\n\nCheck if all of the links exist and are correct:\n```sh\n$ dot check\n```\n\n`\u003cpattern\u003e` determines the remote repository's URL of dotfiles.\n\nPattern types:\n\n* `(http|https|ssh|git)://[username@]github.com[:port]/path-to-repo.git` – URL of dotfiles repository\n* `git@github.com:path-to-repo.git` – SCP-like path\n* `username/dotfiles` – GitHub user and repository\n* `username` – GitHub user only (repository `dotfiles`, e.g.: `https://github.com/myuser/dotfiles`)\n\nBy default, the repository will be cloned locally to `$HOME/.dotfiles`. This can be overridden with `$DOT_DIR`.\n\nFor more information, run `dot help`.\n\n## Configuration\n`$DOT_DIR/.mappings` where the symlinks are defined in [TOML](https://github.com/toml-lang/toml). For example:\n\n```toml\n[general]\ngitconfig   = \"~/.gitconfig\"\n\"vim/vimrc\" = [\"~/.vimrc\", \"~/.config/nvim/init.vim\"]\n#...\n\n[windows]\nvscode = \"$APPDATA/Code/User\"\npowershell = \"$HOME/Documents/WindowsPowerShell\"\n#...\n\n[linux]\nxinitrc = \"~/.xinitrc\"\n```\n\nUse `[general]` for symlinks on all platforms. `[windows]`, `[linux]`, `[macos]` for symlinks on specific platforms.\n\nSee [my dotfiles](https://github.com/ubnt-intrepid/dotfiles) for a real example.\n\n## License\n`dot` is distributed under the MIT license.\nSee [LICENSE](LICENSE) for details.\n\n## Similar Projects\n- [ssh0/dot](https://github.com/ssh0/dot)  \n  written in shell script\n- [rhysd/dotfiles](https://github.com/rhysd/dotfiles)  \n  written in Golang\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubnt-intrepid%2Fdot.rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubnt-intrepid%2Fdot.rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubnt-intrepid%2Fdot.rs/lists"}