{"id":17134268,"url":"https://github.com/fnichol/dotfiles","last_synced_at":"2025-04-13T08:54:41.040Z","repository":{"id":1030127,"uuid":"858333","full_name":"fnichol/dotfiles","owner":"fnichol","description":"A personal set of Unix \"dotfiles\" to configure various programs.","archived":false,"fork":false,"pushed_at":"2024-01-18T18:52:49.000Z","size":127,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T09:57:03.459Z","etag":null,"topics":["dotfiles","gemrc","git-conf","screen-conf","tmux-conf"],"latest_commit_sha":null,"homepage":"","language":"Perl","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}},"created_at":"2010-08-24T04:23:34.000Z","updated_at":"2025-04-09T10:09:09.000Z","dependencies_parsed_at":"2023-01-11T15:49:08.315Z","dependency_job_id":"e307ad2a-268a-4143-ace9-09acdc24f5d2","html_url":"https://github.com/fnichol/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnichol%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnichol","download_url":"https://codeload.github.com/fnichol/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688543,"owners_count":21145763,"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","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","gemrc","git-conf","screen-conf","tmux-conf"],"created_at":"2024-10-14T19:44:29.294Z","updated_at":"2025-04-13T08:54:41.019Z","avatar_url":"https://github.com/fnichol.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nA personal set of Unix \"[dotfiles]\" to configure 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/dotfiles\n```\n\nThen keep up to date with:\n\n```sh\nhomesick pull dotfiles \u0026\u0026 homesick link dotfiles\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/dotfiles.git\nhomesick pull dotfiles \u0026\u0026 homesick symlink dotfiles\n```\n\nThen keep up to date with:\n\n```sh\nhomesick pull dotfiles \u0026\u0026 homesick symlink dotfiles\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[dotfiles]: https://wiki.archlinux.org/index.php/Dotfiles\n[fnichol]: https://github.com/fnichol\n[github]: https://github.com/fnichol/dotfiles\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/dotfiles/issues\n[license]: https://github.com/fnichol/dotfiles/blob/master/LICENSE.txt\n[workstation]: https://github.com/fnichol/workstation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnichol%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnichol%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnichol%2Fdotfiles/lists"}