Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3f0/pysetmeup
A set of PyInfra script to setup development VMs, containers and laptops
https://github.com/d3f0/pysetmeup
Last synced: 1 day ago
JSON representation
A set of PyInfra script to setup development VMs, containers and laptops
- Host: GitHub
- URL: https://github.com/d3f0/pysetmeup
- Owner: D3f0
- Created: 2024-12-05T17:21:09.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T11:21:58.000Z (4 days ago)
- Last Synced: 2024-12-23T12:28:33.900Z (4 days ago)
- Language: Python
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dev Machine Deploy Scripts
Setup fish shell, zoxide, tmux + scritps, Docker, etc.
It has some specific configurations for RedHat hosts like EPEL repo (and Docker)
## Experimental features
### Connector
A lima connector, to use VMs created by limactl.
## Similar projects
- https://github.com/activatedgeek/dotfiles/
- https://github.com/zsxoff/archlinux-pyinfra## Common issues
### 💥 No such module
```console
-> pyinfra error: No such module: pyinfra.operations.pysetmeup.deploys.rclone
```**Solution:** `uv run pyinfra INVETORY pysetmeup.deploys.rclone`