mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-09 18:53:42 +02:00
docs(mkdocs): start building dedicated site
This commit is contained in:
16
docs/install/winget.md
Normal file
16
docs/install/winget.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## Installing with Scoop
|
||||
|
||||
It highly recommended that you enable support for long paths in Windows by running the following command in an Administrator Terminal before installing komorebi.
|
||||
|
||||
```powershell
|
||||
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
|
||||
```
|
||||
### Install komorebi and whkd
|
||||
|
||||
This command installs `komorebi` and `whkd`.
|
||||
```
|
||||
winget install LGUG2Z.komorebi
|
||||
winget install LGUG2Z.whkd
|
||||
```
|
||||
|
||||
Once komorebi is installed, proceed to get the [example configurations](../getting-started.html#getting-example-configurations).
|
||||
Reference in New Issue
Block a user