From 40947e39e8df7a988205f3db067f5cd5c3018ce7 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Fri, 16 Feb 2024 08:51:42 -0800 Subject: [PATCH] docs(quickstart): ensure $env:localappdata\komorebi creation --- docs/installation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 3d40ae9b..affba0ec 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 ``` +## 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 Make sure you have installed [`scoop`](https://scoop.sh) and verified that