{"id":13674799,"url":"https://github.com/ubnt-intrepid/dot","last_synced_at":"2025-04-28T14:32:19.208Z","repository":{"id":12318637,"uuid":"71327036","full_name":"ubnt-intrepid/dot","owner":"ubnt-intrepid","description":"Yet another management tool for dotfiles","archived":false,"fork":false,"pushed_at":"2022-06-17T01:24:37.000Z","size":135,"stargazers_count":231,"open_issues_count":8,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-11T14:42:59.485Z","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}},"created_at":"2016-10-19T06:43:31.000Z","updated_at":"2024-10-14T13:49:32.000Z","dependencies_parsed_at":"2022-07-24T20:32:09.757Z","dependency_job_id":null,"html_url":"https://github.com/ubnt-intrepid/dot","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubnt-intrepid%2Fdot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubnt-intrepid%2Fdot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubnt-intrepid%2Fdot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubnt-intrepid%2Fdot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubnt-intrepid","download_url":"https://codeload.github.com/ubnt-intrepid/dot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251330422,"owners_count":21572283,"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","rust","utility"],"created_at":"2024-08-02T11:01:01.831Z","updated_at":"2025-04-28T14:32:18.934Z","avatar_url":"https://github.com/ubnt-intrepid.png","language":"Rust","funding_links":[],"categories":["Rust"],"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","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubnt-intrepid%2Fdot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubnt-intrepid%2Fdot/lists"}