{"id":15717210,"url":"https://github.com/carseven/deno-dotfiles-script","last_synced_at":"2026-04-11T04:33:46.108Z","repository":{"id":214226992,"uuid":"736017793","full_name":"carseven/deno-dotfiles-script","owner":"carseven","description":"A Deno script to install my dotfiles","archived":false,"fork":false,"pushed_at":"2024-01-30T20:47:06.000Z","size":32287,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T12:52:59.283Z","etag":null,"topics":["deno","dotfiles","linux","macos","macosx","script"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/carseven.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}},"created_at":"2023-12-26T18:40:52.000Z","updated_at":"2023-12-26T20:09:49.000Z","dependencies_parsed_at":"2024-10-24T13:42:07.572Z","dependency_job_id":"85cc716a-68ad-4175-baf6-33a5f1b62fdc","html_url":"https://github.com/carseven/deno-dotfiles-script","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"372f5cff37410fdaecc1d292a6c1271e257ea7ed"},"previous_names":["carseven/deno-dotfiles-script"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/carseven/deno-dotfiles-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carseven%2Fdeno-dotfiles-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carseven%2Fdeno-dotfiles-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carseven%2Fdeno-dotfiles-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carseven%2Fdeno-dotfiles-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carseven","download_url":"https://codeload.github.com/carseven/deno-dotfiles-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carseven%2Fdeno-dotfiles-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["deno","dotfiles","linux","macos","macosx","script"],"created_at":"2024-10-03T21:49:04.543Z","updated_at":"2026-04-11T04:33:46.081Z","avatar_url":"https://github.com/carseven.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno script to install my .dotfiles repository\n\n![Alt text](script-execution.png)\n\n## Launch install script\n\nThis script idempotent, should work even if already installed!\n\n- Open terminal\n  - Execute\n    1. Update and setup macos config\n       `curl https://raw.githubusercontent.com/carseven/.dotfiles/main/setup/scripts/macos.sh | sh`\n    2. Install all application and packages\n       `curl -L https://github.com/carseven/deno-dotfiles-script/releases/download/v0.1.0-alpha/dotfiles-install -O \u0026\u0026 chmod +x dotfiles-install \u0026\u0026 ./dotfiles-install`\n\n## Development\n\nInstall deno, an alternative to nodejs javascript runtime by the same creator. By default, supports typescript out of the box, it's own linter... Find more info https://deno.com\n\n```bash\nbrew install deno\n```\n\n### Main scripts\n\n```bash\n# Run script with debug mode\ndeno task dev\n\n# Compile binary of the script\ndeno task compile\n```\n\n### Flags\n\n### debug\n\nShow info about commands launch and output of all the commands to debug problems\n\n```bash\n./dotfiles-install -d\n./doftiles-install --debug\n```\n\n## TODO\n\n- [ ] COnfig files could be un update from dotfiles repo (Maybe a config JSON o yml file?) \n- [ ] Add linux setup\n- [ ] Add tags, been able to install only certain tasks of the script (Like ansible)\n- [ ] Add CD of the binary SEM version\n- [ ] Add unit test and e2e testing\n- [ ] Add CI test to assure script launch properly on each OS and is idempotent\n- [ ] Add help flag to show more options\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarseven%2Fdeno-dotfiles-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarseven%2Fdeno-dotfiles-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarseven%2Fdeno-dotfiles-script/lists"}