{"id":37758593,"url":"https://github.com/fedejaure/dev-setup","last_synced_at":"2026-01-18T00:44:34.649Z","repository":{"id":37863178,"uuid":"457930003","full_name":"fedejaure/dev-setup","owner":"fedejaure","description":"My own Ansible collection for development setup.","archived":false,"fork":false,"pushed_at":"2025-12-31T18:06:37.000Z","size":1965,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T22:41:38.248Z","etag":null,"topics":["ansible","ansible-collection","ansible-playbook","ansible-role","flutter","macos","python","ubuntu","xubuntu"],"latest_commit_sha":null,"homepage":"https://fedejaure.github.io/dev-setup/","language":"Python","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/fedejaure.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-02-10T20:04:48.000Z","updated_at":"2025-12-31T18:05:54.000Z","dependencies_parsed_at":"2023-02-11T17:20:30.576Z","dependency_job_id":"dae218cb-b5ab-4bee-b682-8697f66f8118","html_url":"https://github.com/fedejaure/dev-setup","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/fedejaure/dev-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedejaure%2Fdev-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedejaure%2Fdev-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedejaure%2Fdev-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedejaure%2Fdev-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fedejaure","download_url":"https://codeload.github.com/fedejaure/dev-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedejaure%2Fdev-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["ansible","ansible-collection","ansible-playbook","ansible-role","flutter","macos","python","ubuntu","xubuntu"],"created_at":"2026-01-16T14:33:52.377Z","updated_at":"2026-01-16T14:33:53.292Z","avatar_url":"https://github.com/fedejaure.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Development Setup\n\n\u003cdiv markdown=\"span\" align=\"center\"\u003e\n\n\u003cfigure\u003e\n    \u003cimg src=\"docs/assets/logo.png\" onerror=\"this.onerror=null;this.src='../assets/logo.png'\" width=\"300\" /\u003e\n\u003c/figure\u003e\n\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/fedejaure/dev-setup?logo=github)](https://github.com/fedejaure/dev-setup/releases)\n[![Tests](https://github.com/fedejaure/dev-setup/workflows/tests/badge.svg)](https://github.com/fedejaure/dev-setup/actions?workflow=tests)\n[![Docs](https://github.com/fedejaure/dev-setup/workflows/docs/badge.svg)](https://fedejaure.github.io/dev-setup/)\n[![License](https://img.shields.io/badge/license-MIT-brightgreen)](https://opensource.org/licenses/MIT)\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)\n\n\u003c/div\u003e\n\nMy own Ansible collection for development setup (use by your own risk).\n\n* GitHub repo: \u003chttps://github.com/fedejaure/dev-setup.git\u003e\n* Documentation: \u003chttps://fedejaure.github.io/dev-setup/\u003e\n* Free software: MIT\n\n## Features\n\n### Mac OS\n\n- [x] Applications installed with Mac App Store.\n- [x] Applications installed with Homebrew Cask.\n- [x] Tools/Package installed with Homebrew.\n- [x] Tools installed with pipx.\n\n### Linux\n\n- [ ] Comming soon ...\n\n## Quickstart\n\n### Starting from a brand-new machine.\n\n1. Download this repository to your local drive.\n\n3. Install requirements:\n\n    Create a temporary virtualenv, activate the virtualenv and install ansible:\n\n    \u003c!-- termynal --\u003e\n\n    ```console\n    $ /usr/bin/python3 -m venv .venv\n    $ . .venv/bin/activate\n    (.venv)$ pip3 install ansible\n    ---\u003e 100%\n    Installed\n    ```\n\n4. Install ansible requirements `ansible-galaxy install -r requirements.yml`.\n\n5. Copy `inventory.example` into `inventory` and set the desired `\u003ctarget-os\u003e` (`macos`):\n\n    ```ini\n    [\u003ctarget-os\u003e]\n    127.0.0.1 ansible_connection=local ansible_python_interpreter=/usr/bin/python3\n    ```\n\n    to e.g.:\n\n    ```ini\n    [macos]\n    127.0.0.1 ansible_connection=local ansible_python_interpreter=/usr/bin/python3\n    ```\n\n6. Run `ansible-playbook playbooks/main.yml --ask-become-pass -i inventory`.\n\nFor a more detailed usage guide by OS, including remote machine setup and configuration options,\nplease refer to the [Usage Section](http://fedejaure.github.io/dev-setup/usage/) in the official documentation.\n\n## Author Information\n\nThis playbook was created in 2020 by [Federico Jaureguialzo][fedejaure].\n\n[fedejaure]: https://github.com/fedejaure\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedejaure%2Fdev-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedejaure%2Fdev-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedejaure%2Fdev-setup/lists"}