diff options
| author | Grégoire Duchêne <gregoire@awhk.org> | 2026-08-29 14:28:56 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gregoire@awhk.org> | 2026-08-29 14:28:56 +0100 |
| commit | 66b41619f406b74b2c08d0719ff2d14314e3e81a (patch) | |
| tree | 3c02043b737c78f20df646fb5f17e283a5be6553 /iosevka/justfile | |
| parent | 51ef731881fe42b5e97a3a014f9253c14eec5c3f (diff) | |
Add Iosevka configuration
Diffstat (limited to 'iosevka/justfile')
| -rw-r--r-- | iosevka/justfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/iosevka/justfile b/iosevka/justfile new file mode 100644 index 0000000..229a1d3 --- /dev/null +++ b/iosevka/justfile @@ -0,0 +1,8 @@ +build-container-image: + podman build --tag iosevka-builder:latest . + +build-iosevka: build-container-image + podman run --rm --volume "${PWD}:/work" iosevka-builder:latest + +clean: + podman image rm iosevka-builder:latest |
