mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-28 20:21:57 +01:00
fix(ahk): implement syntax corrections by @sitiom
This commit implements the suggestions made by @sitiom on Discord: https://discord.com/channels/898554690126630914/898554690608967786/1097403455267667968 re #324
This commit is contained in:
5
justfile
5
justfile
@@ -26,10 +26,7 @@ install:
|
||||
komorebic pwsh-asc '~/komorebi-application-specific-configuration/applications.yaml'
|
||||
cat '~/.config/komorebi/komorebi.generated.ps1' >komorebi.generated.ps1
|
||||
cat '~/.config/komorebi/komorebi.generated.ahk' >komorebi.generated.ahk
|
||||
echo '#Requires AutoHotkey v2.0.2' >komorebic.lib.ahk
|
||||
echo '#SingleInstance Force' >>komorebic.lib.ahk
|
||||
echo '' >>komorebic.lib.ahk
|
||||
cat '~/.config/komorebi/komorebic.lib_newV2.ahk' >>komorebic.lib.ahk
|
||||
cat '~/.config/komorebi/komorebic.lib_newV2.ahk' >komorebic.lib.ahk
|
||||
|
||||
run:
|
||||
just install-komorebic
|
||||
|
||||
Reference in New Issue
Block a user