File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ echo " google-chrome — Google Chrome browser"
1515echo " antigravity — Google Antigravity"
1616echo " "
1717echo " Quick start for a new project:"
18- echo " cd workspace"
1918echo " git clone <repo-url> my-project"
2019echo " cd my-project"
2120echo " mise use python@3.13 # or node@22, ruby@3.3, etc."
Original file line number Diff line number Diff line change @@ -149,7 +149,4 @@ RUN mkdir -p /home/dev/.gemini \
149149}
150150GEMINI_EOF
151151
152- # =============================================================================
153- # 11. Create workspace directory for cloning projects
154- # =============================================================================
155- RUN mkdir -p /home/dev/workspace
152+
Original file line number Diff line number Diff line change @@ -16,6 +16,3 @@ __pycache__/
1616* .pyc
1717mise.toml
1818.mise.toml
19-
20- # Workspace projects (cloned repos live here, don't track them)
21- workspace /
Original file line number Diff line number Diff line change @@ -17,17 +17,12 @@ Universal GPU-accelerated dev container for all projects. Clone project repos in
1717
1818## Quick Start
1919
20- 1 . ** Clone this repo** and open in VS Code:
21- ``` bash
22- git clone https://github.com/koderzi/dev.git
23- code dev
24- ```
20+ 1 . In VS Code, open Command Palette → ** "Dev Containers: Clone Repository in Named Volume"** .
2521
26- 2 . ** Reopen in Container ** when prompted (or via Command Palette → "Dev Containers: Reopen in Container") .
22+ 2 . Enter ` https://github.com/koderzi/dev.git ` and give it a name .
2723
28243 . ** Clone your projects** into the workspace:
2925 ``` bash
30- cd ~ /workspace
3126 git clone https://github.com/koderzi/some-project.git
3227 cd some-project
3328 ```
@@ -89,7 +84,7 @@ chrome-devtools-mcp
8984Each project folder gets its own ` mise.toml ` with isolated runtimes and virtual environments:
9085
9186```
92- workspace/
87+ ( workspace root) /
9388├── project-a/ # Python 3.13 + .venv
9489│ └── mise.toml
9590├── project-b/ # Node.js 22
You can’t perform that action at this time.
0 commit comments