{"id":15835355,"url":"https://github.com/4cm4k1/dotfiles","last_synced_at":"2026-03-11T19:31:26.751Z","repository":{"id":18758166,"uuid":"85244171","full_name":"4cm4k1/dotfiles","owner":"4cm4k1","description":"Quick, idempotent arbitrary OS configuration utility – made with Dotbot","archived":false,"fork":false,"pushed_at":"2023-01-16T11:00:37.000Z","size":449,"stargazers_count":4,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-08T10:44:05.707Z","etag":null,"topics":["bootstrap","configuration","dotfiles","macos","setup"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4cm4k1.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":".github/contributing.md","funding":null,"license":"license","code_of_conduct":".github/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-16T21:42:16.000Z","updated_at":"2021-11-25T12:24:10.000Z","dependencies_parsed_at":"2023-02-10T02:45:46.906Z","dependency_job_id":null,"html_url":"https://github.com/4cm4k1/dotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/4cm4k1/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cm4k1%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cm4k1%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cm4k1%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cm4k1%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4cm4k1","download_url":"https://codeload.github.com/4cm4k1/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cm4k1%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30395594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"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":["bootstrap","configuration","dotfiles","macos","setup"],"created_at":"2024-10-05T14:22:38.628Z","updated_at":"2026-03-11T19:31:26.734Z","avatar_url":"https://github.com/4cm4k1.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://prettier.io/) [![Renovate](https://img.shields.io/badge/renovate-enabled-1f8ceb.svg?style=flat-square)](https://renovatebot.com/) [![Latest Release](https://img.shields.io/github/release/4cm4k1/dotfiles/all.svg?style=flat-square)](https://github.com/4cm4k1/dotfiles/releases) [![License](https://img.shields.io/github/license/4cm4k1/dotfiles.svg?style=flat-square)](license) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2F4cm4k1%2Fdotfiles.svg?type=small)](https://app.fossa.io/projects/git%2Bgithub.com%2F4cm4k1%2Fdotfiles?ref=badge_small)\n\nThis repo contains the source code for idempotently creating, maintaining, and synchronizing my `dotfiles`, configuration, and software packages (_Homebrew, Yarn, Rust, Python, etc._) on an arbitrary Unix-based operating system (**note:** _the commands used assume macOS_).\n\n## Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Code of Conduct](#code-of-conduct)\n- [Contributing](#contributing)\n- [Contributors](#contributors)\n- [Changelog](#changelog)\n- [Prior Art](#prior-art)\n- [License](#license)\n\n## Prerequisites\n\n- [Curl](https://github.com/curl/curl) _**or**_\n- [Git](https://github.com/git/git)\n\n## Installation\n\n```shell\n# With Git\ngit clone https://github.com/4cm4k1/dotfiles # clones this repo\ncd dotfiles # changes directories\n./files/install # initiates installation using Dotbot\n\n# With Curl\nmkdir dotfiles # creates directory\ncurl -sL https://github.com/4cm4k1/dotfiles/tarball/master | tar -xz --strip-components 1 -C dotfiles # downloads and extracts tarball of this repo to created directory\ncd dotfiles # changes directories\n./files/install # initiates installation using Dotbot\n```\n\n## Usage\n\nCurrently, the `install` script is incomplete, so while `dotfiles` will be symbolically linked and Git submodules updated, nothing else (such as installing Homebrew and Yarn dependencies) will occur. This will change soon.\n\n## [Code of Conduct](.github/code_of_conduct.md)\n\n## [Contributing](.github/contributing.md)\n\n## Contributors\n\n| Name             | Website               |\n| ---------------- | --------------------- |\n| **Anthony Maki** | \u003chttps://anthony.app\u003e |\n\n## [Changelog](changelog.md)\n\n## Prior Art\n\n- [alexkaratarakis/gitattributes](https://github.com/alexkaratarakis/gitattributes)\n- [anishathalye/dotbot](https://github.com/anishathalye/dotbot)\n- [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)\n- [mixu/gr](https://github.com/mixu/gr)\n- [simonwhitaker/gibo](https://github.com/simonwhitaker/gibo)\n\n## [License](license)\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2F4cm4k1%2Fdotfiles.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2F4cm4k1%2Fdotfiles?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4cm4k1%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4cm4k1%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4cm4k1%2Fdotfiles/lists"}