From 53259e653b719daf6719ad2c109e870917e31b55 Mon Sep 17 00:00:00 2001 From: Alan Faubert Date: Tue, 23 Nov 2021 19:56:35 -0500 Subject: [PATCH] avoid filenames containing spaces --- README.md | 2 +- win/{Enable developer mode.reg => enable_developer_mode.reg} | 0 ...d context key.reg => swap_caps_lock_key_and_context_key.reg} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename win/{Enable developer mode.reg => enable_developer_mode.reg} (100%) rename win/{Swap caps lock key and context key.reg => swap_caps_lock_key_and_context_key.reg} (100%) diff --git a/README.md b/README.md index f9ed4fb..00c57ff 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ Use [`config.sh`](config.sh) to automate the setup of a number of things. ## Note on symlinks and Windows -For simplicity, the [`config.sh`](config.sh) script uses `ln --relative --symbolic` even for creating links that are between two Windows paths. In order for this to result in working Windows symbolic links, Windows must be in developer mode and this repository must be cloned to the Windows filesystem on the drive containing your user profile. There is a registry script to enable developer mode [here](win/Enable%20developer%20mode.reg), which lets Windows create symbolic links without privilege escalation. And when this repository lives on the same drive as the user profile, the relative path between two paths under WSL's (say) `/mnt/c/...` will be the same as the relative path between the two corresponding paths under `C:\...`. +For simplicity, the [`config.sh`](config.sh) script uses `ln --relative --symbolic` even for creating links that are between two Windows paths. In order for this to result in working Windows symbolic links, Windows must be in developer mode and this repository must be cloned to the Windows filesystem on the drive containing your user profile. There is a registry script to enable developer mode [here](win/enable_developer_mode.reg), which lets Windows create symbolic links without privilege escalation. And when this repository lives on the same drive as the user profile, the relative path between two paths under WSL's (say) `/mnt/c/...` will be the same as the relative path between the two corresponding paths under `C:\...`. diff --git a/win/Enable developer mode.reg b/win/enable_developer_mode.reg similarity index 100% rename from win/Enable developer mode.reg rename to win/enable_developer_mode.reg diff --git a/win/Swap caps lock key and context key.reg b/win/swap_caps_lock_key_and_context_key.reg similarity index 100% rename from win/Swap caps lock key and context key.reg rename to win/swap_caps_lock_key_and_context_key.reg