From b78693118b97ae51002011bfa8089cc4fbb6c318 Mon Sep 17 00:00:00 2001 From: mmikeww <1900684+mmikeww@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:29:31 -0400 Subject: [PATCH] Update autohotkey.md komorebi.generated.ahk is no longer in the repo, it was deleted in commit 52122c401d5186, so remove the instruction to download it --- docs/common-workflows/autohotkey.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/common-workflows/autohotkey.md b/docs/common-workflows/autohotkey.md index bf772064..f7d00f3d 100644 --- a/docs/common-workflows/autohotkey.md +++ b/docs/common-workflows/autohotkey.md @@ -21,9 +21,6 @@ hotkey bindings. # save the latest generated komorebic library to ~/komorebic.lib.ahk iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebic.lib.ahk -OutFile $Env:USERPROFILE\komorebic.lib.ahk -# save the latest generated app-specific config tweaks and fixes to ~/komorebi.generated.ahk -iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebi.generated.ahk -OutFile $Env:USERPROFILE\komorebi.generated.ahk - # save the sample komorebi configuration file to ~/komorebi.ahk iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebi.sample.ahk -OutFile $Env:USERPROFILE\komorebi.ahk ```