{"id":23544426,"url":"https://github.com/d3f0/pysetmeup","last_synced_at":"2025-05-15T08:33:46.031Z","repository":{"id":269415474,"uuid":"899133139","full_name":"D3f0/pysetmeup","owner":"D3f0","description":"A set of PyInfra script to setup development VMs, containers and laptops","archived":false,"fork":false,"pushed_at":"2025-04-18T06:37:03.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T19:50:24.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D3f0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-12-05T17:21:09.000Z","updated_at":"2025-04-18T06:37:07.000Z","dependencies_parsed_at":"2024-12-23T12:28:47.710Z","dependency_job_id":"06c8bbb0-11fa-40b5-a53e-96775db3a46c","html_url":"https://github.com/D3f0/pysetmeup","commit_stats":null,"previous_names":["d3f0/pysetmeup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fpysetmeup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fpysetmeup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fpysetmeup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fpysetmeup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D3f0","download_url":"https://codeload.github.com/D3f0/pysetmeup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254304643,"owners_count":22048446,"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":[],"created_at":"2024-12-26T07:15:11.475Z","updated_at":"2025-05-15T08:33:46.009Z","avatar_url":"https://github.com/D3f0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dev Machine Deploy Scripts\n\nSetup fish shell, zoxide, tmux + scritps, Docker, etc.\n\nIt has some specific configurations for RedHat hosts like EPEL repo (and Docker)\n\n## Executing a script\n\nThis repo has broken down the different software installations into python packages\nthat have a @deploy() decorated function. Most of the time this function is called\njust deploy. For example, to run `uv run pyinfra \u003ctarget\u003e pysetmeup.parts.uv.deploy`\n\n\n## Experimental features\n\n### Connector\n\nA lima connector, to use VMs created by limactl.\n\n## Similar projects\n\n- https://github.com/activatedgeek/dotfiles/\n- https://github.com/zsxoff/archlinux-pyinfra\n\n\n## Common issues\n\n\n### 💥 No such module\n\n```console\n-\u003e pyinfra error: No such module: pyinfra.operations.pysetmeup.deploys.rclone\n```\n\n**Solution:** `uv run pyinfra INVETORY pysetmeup.deploys.rclone`\n\n\n### Module executed as expected when run as `pyinfra \u003cxxx\u003e src/pysetmeup/zzz.py`\n\nIf you have defined a `depploy` function, decorated by the `pyinfra.api.deploy` decorator, to execute it automatically, use this approach:\n\n```python\n# Add this line in the end\nif __name__ in {\"builtins\", \"__main__\"}:\n    deploy()\n```\n\n## Debugging with `uvx`\n\nAlthough `uvx` is a great way to debug, bear in mind that your changes may not be\nreflected when editing files. A simple workaround is to use `--no-cache`, for example:\n\n```shell\nuvx --no-cache --with . pyinfra\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3f0%2Fpysetmeup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3f0%2Fpysetmeup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3f0%2Fpysetmeup/lists"}