Add README.md
All checks were successful
ci / checkout (push) Successful in 1m14s

This commit is contained in:
Wintermute 2025-02-02 22:14:59 +00:00 committed by raphy
parent 97266ef796
commit 5fa9400882
Signed by: wintermute
GPG key ID: D85876B31F4275CF
2 changed files with 17 additions and 1 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Kaniko build - name: Kaniko build
uses: https://www.github.com/aevea/action-kaniko@master uses: https://www.github.com/aevea/action-kaniko@master
with: with:
image: deke/dev-env image: wintermute/dev-env
username: deke username: deke
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
registry: git.dekedin.me registry: git.dekedin.me

16
README.md Normal file
View file

@ -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.