mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-11 13:19:49 +02:00
docs(quickstart): ensure $env:localappdata\komorebi creation
This commit is contained in:
@@ -44,6 +44,15 @@ running the following command in an Administrator Terminal before installing
|
|||||||
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
|
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Local data directory
|
||||||
|
|
||||||
|
If you are installing `komorebi` for the first time on a new machine, create a
|
||||||
|
dedicated folder for `komorebi` in `$Env:LOCALAPPDATA`.
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
mkdir "$Env:LOCALAPPDATA\komorebi" -ea 0
|
||||||
|
```
|
||||||
|
|
||||||
## Scoop
|
## Scoop
|
||||||
|
|
||||||
Make sure you have installed [`scoop`](https://scoop.sh) and verified that
|
Make sure you have installed [`scoop`](https://scoop.sh) and verified that
|
||||||
|
|||||||
Reference in New Issue
Block a user