2 Commits
0.2.0 ... main

Author SHA1 Message Date
5616b2728d feat: Removes dotfiles from image in favor of having devpod set them up.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m38s
2026-02-02 09:04:27 -05:00
b046127096 fix: Fixes image name typo in readme.
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
2026-02-01 16:34:06 -05:00
2 changed files with 1 additions and 8 deletions

View File

@@ -50,10 +50,3 @@ RUN chown -R swift:swift /home/swift/.local
USER swift
# Install dotfiles
RUN cd /home/swift \
&& git clone https://github.com/m-housh/dotfiles.git \
&& cd dotfiles \
&& git switch arch \
&& DEV_ENV=/home/swift/dotfiles ./devcontainer-env

View File

@@ -27,7 +27,7 @@ In a new project, use this image as the base image for your dev container.
```json
{
"name": "Swift",
"image": "git.housh.dev/swift-dev:latest",
"image": "git.housh.dev/swift-dev-container:latest",
"features": {
...
},