{"id":31758615,"url":"https://github.com/avantguarda/dot","last_synced_at":"2025-10-09T20:47:35.423Z","repository":{"id":275432497,"uuid":"921141591","full_name":"avantguarda/dot","owner":"avantguarda","description":"Your dotfiles anywhere, easily.","archived":false,"fork":false,"pushed_at":"2025-08-06T16:54:10.000Z","size":54,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T18:37:13.105Z","etag":null,"topics":["dotfiles","linux","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avantguarda.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":"2025-01-23T12:18:35.000Z","updated_at":"2025-08-05T14:16:48.000Z","dependencies_parsed_at":"2025-02-02T14:25:29.534Z","dependency_job_id":"164e11b7-fab5-4d0b-b8d3-901e0ef19d12","html_url":"https://github.com/avantguarda/dot","commit_stats":null,"previous_names":["thigcampos/salyut","avantguarda/dot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avantguarda/dot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avantguarda%2Fdot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avantguarda%2Fdot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avantguarda%2Fdot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avantguarda%2Fdot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avantguarda","download_url":"https://codeload.github.com/avantguarda/dot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avantguarda%2Fdot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001983,"owners_count":26083259,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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","linux","zig"],"created_at":"2025-10-09T20:47:30.075Z","updated_at":"2025-10-09T20:47:35.415Z","avatar_url":"https://github.com/avantguarda.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dot\nDot is an elegant and simple dotfiles manager for *unix, inspired by [GNU Stow](https://www.gnu.org/software/stow/).\n\n## Usage\nInitially, place you dotfiles in the folder you use to manage them. Then, map the structure to a config file called `dot.toml` like this:\n\n```toml\n[dot]\nsource_path = 'dotfiles' # the base folder where your dotfiles are centralized\n\n[dotfiles]\nfiles = [ # list of dotfiles\n    { \n        source = '.gitconfig', # source dotfile (considering the source path as base)\n        destination = '~/.gitconfig' # place where you be in your machine (use absolute path or the ~ to represent HOME\n    },\n    { source = '.bashrc', destination = '~/.bashrc' },\n]\n```\n\nWith your *dot* packages available, you can sync them to the right place in your machine:\n\n\n```sh\ndot sync\n```\n\n\u003e `dot sync` works by creating symbolic links.\n\n## Roadmap \n- [X] Move away from Swift adopting Rust or Zig languages\n- [ ] Include support to \"dot-\" prefix pre-processing based on a --dotfiles flag (similar to `stow \u003cpackage\u003e --dotfiles` behavior);\n- [ ] Include a command to add a package in the dot directory, using --adopt flag (running the `mkdir` and `mv` commands can be quite boring);\n\n## Installation\nDot is still under development and I decided to only make a release when it's core features are unit-tested.\nGiven this scenario, if you want to use Dot's binary, you will need to build it yourself.\n\nCheck [Zig](https://ziglang.org/learn/getting-started/)'s guide on how to install it, after that, clone the Dot project:\n\n```sh\ngit clone https://github.com/avantguarda/dot.git\n\n```\n\nThen, enter the directory and run:\n\n```sh\nzig build --release\n```\n\nThe binary will be available under `zig-out/bin/dot`.\n\n## Contribution\nDot is developed completely in the open source model, and your contributions are more than welcome.\n\nThis project does not come with GitHub Issues-based support, and users are instead encouraged to become active participants in its continued development — by fixing any bugs that they encounter, or by improving the documentation wherever it’s found to be lacking.\n\nIf you wish to make a change, open a Pull Request — even if it just contains a draft of the changes you’re planning, or a test that reproduces an issue — and we can discuss it further from there.\n\nHope you’ll enjoy using Dot!\n\n## License\nThis project is licensed under GNU GPLv3 License. Check [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favantguarda%2Fdot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favantguarda%2Fdot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favantguarda%2Fdot/lists"}