diff --git a/.forgejo/workflows/action.yaml b/.forgejo/workflows/action.yaml index b4ccb7b..241a545 100644 --- a/.forgejo/workflows/action.yaml +++ b/.forgejo/workflows/action.yaml @@ -16,7 +16,7 @@ jobs: - name: Kaniko build uses: https://www.github.com/aevea/action-kaniko@master with: - image: deke/dev-env + image: wintermute/dev-env username: deke password: ${{ secrets.TOKEN }} registry: git.dekedin.me diff --git a/README.md b/README.md new file mode 100644 index 0000000..119f30f --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +```bash +~/D/P/D/Dev-Env @3cc98a9• λ❱ podman run --rm -it dev-env:latest +Sunday 22:10, 02/02/25 + + +Welcome to alpine, deke/dev-env edition + Check out these tools: + Diagnostics: btop, tcpdump, dust, fd, rg + CLI: zellij, helix, curl, wget, tar, zstd, jq + SVN: git, jj, lazygit, lazyjj + K8S: k0s, kubectl + +``` + +This is my development environment with a bunch of .config files that I enjoy. +It's not exactly "slim" but I wanted to do an experiment. \ No newline at end of file