{"id":17134203,"url":"https://github.com/fnichol/dotmac","last_synced_at":"2026-04-27T12:03:54.714Z","repository":{"id":66119253,"uuid":"533063537","full_name":"fnichol/dotmac","owner":"fnichol","description":"A personal set of macOS specific configuration for various programs","archived":false,"fork":false,"pushed_at":"2025-10-26T19:33:54.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T09:59:43.425Z","etag":null,"topics":["macos","skhd","yabai"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/fnichol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-05T21:20:18.000Z","updated_at":"2025-10-26T19:33:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"31c32bf7-a8a1-4265-aa3c-d8f33e33de23","html_url":"https://github.com/fnichol/dotmac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fnichol/dotmac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotmac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotmac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotmac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotmac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnichol","download_url":"https://codeload.github.com/fnichol/dotmac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotmac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["macos","skhd","yabai"],"created_at":"2024-10-14T19:44:18.980Z","updated_at":"2026-04-27T12:03:54.691Z","avatar_url":"https://github.com/fnichol.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotmac\n\nA personal set of macOS specific configuration for various programs.\n\n|         |                                           |\n| ------: | ----------------------------------------- |\n| License | [![Crate license][badge-license]][github] |\n\n**Table of Contents**\n\n\u003c!-- toc --\u003e\n\n- [Installation](#installation)\n  * [Workstation](#workstation)\n  * [homeshick](#homeshick)\n  * [Homesick](#homesick)\n- [Issues](#issues)\n- [Contributing](#contributing)\n- [Authors](#authors)\n- [License](#license)\n\n\u003c!-- tocstop --\u003e\n\n## Installation\n\n### Workstation\n\nThe author mainly consumes this project via a [Workstation] automation project\nwhich sets up and manages several [homeshick] repos across Linux, macOS, and\nFreeBSD. See the [Workstation] project for more details.\n\n### homeshick\n\nThis project is structured to work with [homeshick] which uses Git to track\nupdates and changes. Installing homeshick involves cloning a Git repository and\nloading a shell function:\n\n```sh\n# Clone the codebase repo\ngit clone https://github.com/andsens/homeshick.git \"$HOME/.homesick/repos/homeshick\"\n# Add the shell function to Bash shell sessions\nprintf '\\nsource \"$HOME/.homesick/repos/homeshick/homeshick.sh\"' \u003e\u003e $HOME/.bashrc\n# Load the function into the current shell\nsource \"$HOME/.homesick/repos/homeshick/homeshick.sh\"\n```\n\nIf you are installing on macOS and use [Homebrew], then you can optionally\ninstall homeshick with:\n\n```sh\nbrew install homeshick\n```\n\nFinally, add this repository to your setup with:\n\n```sh\nhomeshick clone fnichol/dotmac\n```\n\nThen keep up to date with:\n\n```sh\nhomesick pull dotmac \u0026\u0026 homesick link dotmac\n```\n\nSee the [homeshick] project's documentation for more detailed usage (it's pretty\ngreat).\n\n### Homesick\n\n[Homesick] is an older Ruby-based project which predates homeshick and works in\na very similar way. To install Homesick you will need an installation of Ruby\npresent and then simply:\n\n```sh\ngem install homesick\n```\n\nFinally, add this repository to your setup with:\n\n```sh\nhomesick clone git://github.com/fnichol/dotmac.git\nhomesick pull dotmac \u0026\u0026 homesick symlink dotmac\n```\n\nThen keep up to date with:\n\n```sh\nhomesick pull dotmac \u0026\u0026 homesick symlink dotmac\n```\n\n## Issues\n\nIf you have any problems with or questions about this image, please contact us\nthrough a [GitHub issue][issues].\n\n## Contributing\n\nYou are invited to contribute to new features, fixes, or updates, large or\nsmall; we are always thrilled to receive pull requests, and do our best to\nprocess them as fast as we can.\n\nBefore you start to code, we recommend discussing your plans through a [GitHub\nissue][issues], especially for more ambitious contributions. This gives other\ncontributors a chance to point you in the right direction, give you feedback on\nyour design, and help you find out if someone else is working on the same thing.\n\n**Note** that this project represents a very personalized workflow and setup and\nso not all new features may ultimately be included. Don't be afraid to engage\nhowever, the author is especially nerdy about configuration and workstation\nsetup ;)\n\n## Authors\n\nCreated and maintained by [Fletcher Nichol][fnichol] (\u003cfnichol@nichol.ca\u003e).\n\n## License\n\nLicensed under the MIT license ([LICENSE.txt][license] or\n\u003chttp://opensource.org/licenses/MIT\u003e)\n\n[badge-license]:\n  https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square\n[fnichol]: https://github.com/fnichol\n[github]: https://github.com/fnichol/dotmac\n[homebrew]: https://brew.sh/\n[homeshick]: https://github.com/andsens/homeshick\n[homesick]: https://rubygems.org/gems/homesick\n[issues]: https://github.com/fnichol/dotmac/issues\n[license]: https://github.com/fnichol/dotmac/blob/master/LICENSE.txt\n[workstation]: https://github.com/fnichol/workstation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnichol%2Fdotmac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnichol%2Fdotmac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnichol%2Fdotmac/lists"}