Bleep bloop
This commit is contained in:
parent
65fec6baf2
commit
f929e936ff
2 changed files with 15 additions and 3 deletions
12
justfile-win
Normal file
12
justfile-win
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
set shell := ["powershell.exe", "-c"]
|
||||||
|
|
||||||
|
docker-build:
|
||||||
|
$env:DOCKER_BUILDKIT = 1; docker build -t iosevka .
|
||||||
|
|
||||||
|
docker-run: docker-build
|
||||||
|
docker run -it iosevka
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git clone http://github.com/be5invis/iosevka
|
||||||
|
|
||||||
|
wormhole: docker-run
|
|
@ -4,7 +4,7 @@ design = ["sans",
|
||||||
"ligset-dlig",
|
"ligset-dlig",
|
||||||
"sp-force-monospace",
|
"sp-force-monospace",
|
||||||
# a
|
# a
|
||||||
"VXBU",
|
"VXDN",
|
||||||
# b
|
# b
|
||||||
"VXBM",
|
"VXBM",
|
||||||
# d
|
# d
|
||||||
|
@ -24,9 +24,9 @@ design = ["sans",
|
||||||
# k
|
# k
|
||||||
"cv69",
|
"cv69",
|
||||||
# m
|
# m
|
||||||
"VXCE",
|
"VXEB",
|
||||||
# n
|
# n
|
||||||
"VXCG",
|
"VXDR",
|
||||||
# p
|
# p
|
||||||
"VXCR",
|
"VXCR",
|
||||||
# q
|
# q
|
||||||
|
|
Loading…
Add table
Reference in a new issue