Andy-Python-Programmer / aero

Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.

Home Page:https://aero.andypy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Gitpod integration

jwpjrdev opened this issue · comments

Gitpod (https://gitpod.io) is a cool and dandy solution to “works on my machine” issues!
Workspaces are ephemeral and run in the cloud. It also allows you to work from any device. I personally use an iPad.

A .gitpod.yml file would be the only addition. This file can handle things such as a VNC client (as a remote desktop), dependency installation, etc.

I'll probably create a PR for this sometime soon.

I'll probably create a PR for this sometime soon.

That would be awesome!