docs(mkdocs): start building dedicated site

This commit is contained in:
LGUG2Z
2024-01-12 18:40:58 -08:00
committed by جاد
parent 57a3ba6d57
commit 3e6e586d5b
7 changed files with 188 additions and 0 deletions

20
docs/install/scoop.md Normal file
View File

@@ -0,0 +1,20 @@
## 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
```
### Add the Extras bucket
```
scoop bucket add extras
```
### Install komorebi and whkd
This command installs `komorebi` and `whkd`.
```
scoop install komorebi whkd
```
Once komorebi is installed, proceed to get the [example configurations](../getting-started.html#getting-example-configurations).