mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 01:58:51 +02:00
docs(readme): add section for example config
This commit is contained in:
19
README.md
19
README.md
@@ -165,11 +165,6 @@ binaries from the latest GitHub Release:
|
|||||||
```powershell
|
```powershell
|
||||||
scoop bucket add extras
|
scoop bucket add extras
|
||||||
scoop install komorebi
|
scoop install komorebi
|
||||||
|
|
||||||
# To download the example configuration
|
|
||||||
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/komorebi.sample.ahk -OutFile $Env:USERPROFILE\komorebi.ahk
|
|
||||||
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/komorebic.lib.ahk -OutFile $Env:USERPROFILE\komorebic.lib.ahk
|
|
||||||
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/komorebi.generated.ahk -OutFile $Env:USERPROFILE\komorebi.generated.ahk
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If you install _komorebi_ using Scoop, the binaries will automatically be added to your `Path`.
|
If you install _komorebi_ using Scoop, the binaries will automatically be added to your `Path`.
|
||||||
@@ -190,6 +185,20 @@ cargo install --path komorebi --locked
|
|||||||
cargo install --path komorebic --locked
|
cargo install --path komorebic --locked
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Using Example Configurations
|
||||||
|
|
||||||
|
To download example configurations from this repository, which will work regardless of your installation method, you may
|
||||||
|
run the following commands at a PowerShell prompt.
|
||||||
|
|
||||||
|
These commands will download the `komorebi.sample.ahk`, `komorebic.lib.ahk` and `komorebi.generated.ahk` files from the
|
||||||
|
master branch of this repository and save them to your `$HOME` directory.
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/komorebi.sample.ahk -OutFile $Env:USERPROFILE\komorebi.ahk
|
||||||
|
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/komorebic.lib.ahk -OutFile $Env:USERPROFILE\komorebic.lib.ahk
|
||||||
|
iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/komorebi.generated.ahk -OutFile $Env:USERPROFILE\komorebi.generated.ahk
|
||||||
|
```
|
||||||
|
|
||||||
### Running
|
### Running
|
||||||
|
|
||||||
Once you have either the prebuilt binaries in your `Path`, or have compiled the binaries from source (these will already
|
Once you have either the prebuilt binaries in your `Path`, or have compiled the binaries from source (these will already
|
||||||
|
|||||||
Reference in New Issue
Block a user