{"id":19874115,"url":"https://github.com/pythoninthegrass/lima_templates","last_synced_at":"2025-07-04T18:33:55.317Z","repository":{"id":248589309,"uuid":"829120692","full_name":"pythoninthegrass/lima_templates","owner":"pythoninthegrass","description":"Custom lima templates for VMs","archived":false,"fork":false,"pushed_at":"2024-07-15T21:00:35.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T21:49:54.902Z","etag":null,"topics":["docker","lima","lima-vm","linux"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pythoninthegrass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-07-15T19:57:43.000Z","updated_at":"2024-07-15T21:00:38.000Z","dependencies_parsed_at":"2024-12-26T18:15:36.201Z","dependency_job_id":null,"html_url":"https://github.com/pythoninthegrass/lima_templates","commit_stats":null,"previous_names":["pythoninthegrass/lima_templates"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Flima_templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Flima_templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Flima_templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Flima_templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pythoninthegrass","download_url":"https://codeload.github.com/pythoninthegrass/lima_templates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241301727,"owners_count":19940696,"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":["docker","lima","lima-vm","linux"],"created_at":"2024-11-12T16:21:47.429Z","updated_at":"2025-03-01T01:22:49.563Z","avatar_url":"https://github.com/pythoninthegrass.png","language":null,"readme":"# lima_templates\n\n## Requirements\n* macOS / Linux\n  * `vz` and `virtiofs` require macOS 13+ or Linux\n  * Working options for macOS 12 and below are `qemu` and `9p`\n* [lima](https://lima-vm.io/docs/installation/)\n\n## Quickstart\n```bash\n# install (macOS)\nbrew install lima socket_vmnet\n\n# install (linux)\nversion=$(curl -fsSL https://api.github.com/repos/lima-vm/lima/releases/latest | jq -r .tag_name)\ncurl -fsSL \"https://github.com/lima-vm/lima/releases/download/${version}/lima-${version:1}-$(uname -s)-$(uname -m).tar.gz\" | tar Cxzvm /usr/local\n\n# copy the network configuration\ncp _config/networks.yaml ~/.lima/_config/\n\n# setup the sudoers file for launching socket_vmnet from lima\nlimactl sudoers \u003e /tmp/etc_sudoers.d_lima\nsudo install -o root /tmp/etc_sudoers.d_lima /etc/sudoers.d/lima\n\n# create alias\necho \"alias lc='limactl'\" \u003e\u003e ~/.bashrc\n\n# create a new instance\nlc start ubuntu-2004.yml --tty=false\n\n# stop the instance\nlc stop ubuntu-2004\n\n# start the instance\nlc start ubuntu-2004\n\n# remove the instance\nlc rm ubuntu-2004\n\n# list all instances\nlc ls\n\n# shell into the instance\nlc shell ubuntu-2004\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Flima_templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythoninthegrass%2Flima_templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Flima_templates/lists"}