{"id":15603483,"url":"https://github.com/hidakatsuya/flexdot","last_synced_at":"2025-04-25T09:28:17.184Z","repository":{"id":50791903,"uuid":"280689193","full_name":"hidakatsuya/flexdot","owner":"hidakatsuya","description":"A Flexible and Rake based dotfile manager.","archived":false,"fork":false,"pushed_at":"2025-03-25T12:43:25.000Z","size":69,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T04:12:43.660Z","etag":null,"topics":["dotfiles","rake","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/hidakatsuya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2020-07-18T15:56:26.000Z","updated_at":"2025-03-25T12:43:29.000Z","dependencies_parsed_at":"2025-04-25T04:12:44.860Z","dependency_job_id":"8046e435-bc2f-442f-aa49-6f8ddc812708","html_url":"https://github.com/hidakatsuya/flexdot","commit_stats":{"total_commits":67,"total_committers":3,"mean_commits":"22.333333333333332","dds":"0.14925373134328357","last_synced_commit":"7e868f65acd9231383a6dc79ac35c6a758a745ce"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidakatsuya%2Fflexdot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidakatsuya%2Fflexdot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidakatsuya%2Fflexdot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidakatsuya%2Fflexdot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hidakatsuya","download_url":"https://codeload.github.com/hidakatsuya/flexdot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250789492,"owners_count":21487619,"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","rake","ruby"],"created_at":"2024-10-03T03:03:34.464Z","updated_at":"2025-04-25T09:28:17.161Z","avatar_url":"https://github.com/hidakatsuya.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flexdot\n\n[![Gem Version](https://badge.fury.io/rb/flexdot.svg)](https://badge.fury.io/rb/flexdot)\n[![Test](https://github.com/hidakatsuya/flexdot/workflows/Test/badge.svg?branch=master)](https://github.com/hidakatsuya/flexdot/actions?query=workflow%3ATest)\n\nA Flexible and Rake based dotfile manager.\n\n## Getting Started\n\n### Prerequisite\n\nRuby 3.0+\n\n### Installing\n\nCreate the following directory structure:\n\n```\n$HOME/\n├── dotfiles/\n:\n```\n\nCreate a `Gemfile` to install Flexdot:\n\n    $ cd $HOME/dotfiles\n    $ bundle init\n\nAdd this line to the `Gemfile`:\n\n```ruby\ngem 'flexdot'\n```\n\nOr install it yourself as:\n\n    $ gem install flexdot\n\nThen, create a `$HOME/dotfiles/Rakefile` with the following codes:\n\n```ruby\nrequire 'flexdot'\n\nFlexdot.setup(\n  home_dir: '/home/username',\n\n  # (optional)\n  # The dotfile directory path.\n  # Default '.'.\n  dotfiles_dir: '.'\n\n  # (optional)\n  # Whether or not to colorize the output\n  # Default: true\n  output_colorize: true\n\n  # (optional)\n  # Whether to automatically delete old backups.\n  # If nil, do not delete, otherwise keep to the specified number of backups.\n  # Default: nil\n  keep_max_backup_count: 10\n)\n```\n\nIt is recommended that you add the Rakefile to `gitignore`:\n\n```\n# .gitignore\nRakefile\n```\n\nFinally, run `rake -T` in the `$HOME/dotfiles` and make sure that the output is as follows:\n\n    $ rake -T\n    rake clear_backups\n\n## Usage\n\nSee [doc/example.md](doc/example.md)\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Flexdot project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/hidakatsuya/flexdot/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidakatsuya%2Fflexdot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhidakatsuya%2Fflexdot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidakatsuya%2Fflexdot/lists"}