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",
|
||||
"sp-force-monospace",
|
||||
# a
|
||||
"VXBU",
|
||||
"VXDN",
|
||||
# b
|
||||
"VXBM",
|
||||
# d
|
||||
|
@ -24,9 +24,9 @@ design = ["sans",
|
|||
# k
|
||||
"cv69",
|
||||
# m
|
||||
"VXCE",
|
||||
"VXEB",
|
||||
# n
|
||||
"VXCG",
|
||||
"VXDR",
|
||||
# p
|
||||
"VXCR",
|
||||
# q
|
||||
|
|
Loading…
Add table
Reference in a new issue