{"id":20950206,"url":"https://github.com/atsushi130/dot","last_synced_at":"2026-04-28T15:40:14.778Z","repository":{"id":188899518,"uuid":"178647959","full_name":"atsushi130/dot","owner":"atsushi130","description":"dot is dotfiles manage cli.","archived":false,"fork":false,"pushed_at":"2019-05-05T02:39:06.000Z","size":15294,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T15:56:04.573Z","etag":null,"topics":["dotfiles","dotfiles-install","dotfiles-installer","dotfiles-manager","swift-cli"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/atsushi130.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}},"created_at":"2019-03-31T05:45:44.000Z","updated_at":"2023-07-25T14:24:44.000Z","dependencies_parsed_at":"2023-08-17T11:51:57.117Z","dependency_job_id":null,"html_url":"https://github.com/atsushi130/dot","commit_stats":null,"previous_names":["atsushi130/dot"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/atsushi130/dot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsushi130%2Fdot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsushi130%2Fdot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsushi130%2Fdot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsushi130%2Fdot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atsushi130","download_url":"https://codeload.github.com/atsushi130/dot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsushi130%2Fdot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32387916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["dotfiles","dotfiles-install","dotfiles-installer","dotfiles-manager","swift-cli"],"created_at":"2024-11-19T00:47:23.884Z","updated_at":"2026-04-28T15:40:14.763Z","avatar_url":"https://github.com/atsushi130.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003edot\u003c/h1\u003e\n\u003c/p1\u003e\n\n\u003cp align=\"center\"\u003e\u003ci\u003edot is dotfiles manage cli.\u003c/i\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/atsushi130/dot.git\"\u003e\u003cimg src=\"https://img.shields.io/badge/Swift-dot-3B5998.svg\"\u003e\u003c/a\u003e \n    \u003cimg src=\"https://img.shields.io/badge/Swift-5-ffac45.svg\"\u003e\n    \u003ca href=\"https://app.fossa.com/projects/git%2Bgithub.com%2Fatsushi130%2Fdot?ref=badge_shield\"\u003e\u003cimg src=\"https://app.fossa.com/api/projects/git%2Bgithub.com%2Fatsushi130%2Fdot.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation via Homebrew\n```console\n❯ brew tap atsushi130/tap\n❯ brew install dot\n```\n\n## Configuration\nPlease make dot.json confirm to the format, or generate by `dot init` command. And you upload it to dotfiles respository.\n```\n[\n  {\n    \"name\": \"filename\",\n    \"type\": \"file or dir\",\n    \"input\": \"input_file_path_from_github\",\n    \"output\": \"output_file_path_to_local\",\n    \"chain\": [] // chain install filenames (optional)\n  },\n]\n```\n\n- [Example dot.json](https://github.com/atsushi130/dotfiles/blob/master/dot.json)\n\n## Usage\nFirst, generate Github access token. [[Here](https://github.com/settings/tokens/new)]\n![image](https://user-images.githubusercontent.com/11363154/55290785-9526c000-5412-11e9-92cc-861da7248307.png)\n\nNext, register generated Github access token and repository to dot.\n```console\n❯ dot token ${generated_github_access_token}\n❯ dot repository atsushi130/dotfiles\n```\n\n## Support commands\n\n**install dotfiles**  \n```console\n❯ dot install [--chain | -c] ${filename}\n```\n\n**register github access token**  \n```console\n❯ dot token ${github_token}\n```\n\n**register dotfiles repository**  \n```console\n❯ dot repository ${owner/repository}\n```\n\n**example**\n```console\n❯ dot token f8a86be02ff77c0fa42d0fa16855d1e09a1affb6\n❯ dot repository atsushi130/dotfiles\n❯ dot install -c vimrc\n```\n\n**coming soon**\n```console\n❯ dot init\n```\n\n## Extension\nIncremental search and install.  \n```console\nnormal\n❯ dot list | fzf --reverse | xargs dot install\ncool\n❯ dot list | fzf-tmux -d 35% --preview 'echo ❯ dot install {}' --preview-window down:1 --ansi --reverse --prompt='install dotfile is ' | xargs dot install\n```\n\n## Gif\n\u003cimg src=\"./resources/dot.gif\" /\u003e\n\n## Using Library\n- [Commandy](https://github.com/atsushi130/Commandy)\n- [Scripty](https://github.com/atsushi130/Scripty)\n- [Moya](https://github.com/Moya/Moya)\n\n## License\ndot is available under the MIT license. See the [LICENSE file](https://github.com/atsushi130/dot/blob/master/license).\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fatsushi130%2Fdot.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fatsushi130%2Fdot?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsushi130%2Fdot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatsushi130%2Fdot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsushi130%2Fdot/lists"}