mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-11 07:32:51 +02:00
chore(just): update justfile
This commit is contained in:
@@ -13,24 +13,23 @@ fmt:
|
|||||||
prettier --write .github/FUNDING.yml
|
prettier --write .github/FUNDING.yml
|
||||||
prettier --write .github/workflows/windows.yaml
|
prettier --write .github/workflows/windows.yaml
|
||||||
|
|
||||||
install-komorebic:
|
install-target target:
|
||||||
cargo +stable install --path komorebic --locked
|
cargo +stable install --path {{ target }} --locked
|
||||||
|
|
||||||
install-komorebi:
|
prepare:
|
||||||
cargo +stable install --path komorebi --locked
|
komorebic ahk-asc '~/.config/komorebi/applications.yaml'
|
||||||
|
komorebic pwsh-asc '~/.config/komorebi/applications.yaml'
|
||||||
install:
|
|
||||||
just install-komorebic
|
|
||||||
just install-komorebi
|
|
||||||
komorebic ahk-asc '~/komorebi-application-specific-configuration/applications.yaml'
|
|
||||||
komorebic pwsh-asc '~/komorebi-application-specific-configuration/applications.yaml'
|
|
||||||
cat '~/.config/komorebi/komorebi.generated.ps1' >komorebi.generated.ps1
|
cat '~/.config/komorebi/komorebi.generated.ps1' >komorebi.generated.ps1
|
||||||
cat '~/.config/komorebi/komorebi.generated.ahk' >komorebi.generated.ahk
|
cat '~/.config/komorebi/komorebi.generated.ahk' >komorebi.generated.ahk
|
||||||
cat '~/.config/komorebi/komorebic.lib_newV2.ahk' >komorebic.lib.ahk
|
|
||||||
|
install:
|
||||||
|
just install-target komorebic
|
||||||
|
just install-target komorebic-no-console
|
||||||
|
just install-target komorebi
|
||||||
|
|
||||||
run:
|
run:
|
||||||
just install-komorebic
|
just install-komorebic
|
||||||
cargo +stable run --bin komorebi --locked -- -a
|
cargo +stable run --bin komorebi --locked
|
||||||
|
|
||||||
warn $RUST_LOG="warn":
|
warn $RUST_LOG="warn":
|
||||||
just run
|
just run
|
||||||
|
|||||||
Reference in New Issue
Block a user