From 84a04c010b8a1a98e3ca4e4309e9ec2ac97308d9 Mon Sep 17 00:00:00 2001 From: Timofey Gelazoniya Date: Thu, 27 Mar 2025 22:40:08 +0300 Subject: [PATCH] docs: some enchantments --- Install.ps1 | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Install.ps1 b/Install.ps1 index f18ed52..6ec215b 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -178,5 +178,5 @@ wsl --shutdown Write-Host "===== Setup Complete! =====" -ForegroundColor Cyan Write-Host "You can now launch your WSL instance with: wsl -d $DistroName" -ForegroundColor Green Write-Host "Remember to install Tmux plugins by pressing Ctrl+Space, Shift+I when in Tmux" -ForegroundColor Green -Write-Host "Edit tmux.conf (~/.config/tmux/tmux.conf) to specify which disk will be displayed in the status bar." -Write-Host "The recommended way to use this WSL setup is through WezTerm. After all configurations are complete, launch WezTerm and you should see tmux running with 3 panes automatically." \ No newline at end of file +Write-Host "Edit tmux.conf (~/.config/tmux/tmux.conf) to specify which disk will be displayed in the status bar." -ForegroundColor Green +Write-Host "The recommended way to use this WSL setup is through WezTerm. After all configurations are complete, launch WezTerm and you should see tmux running with 3 panes automatically." -ForegroundColor Green \ No newline at end of file diff --git a/README.md b/README.md index 591e46c..d4cea38 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ My minimal setup for Arch Linux development environment optimized for WSL2, desi ### Software Requirements - Windows 10 version 2004 (build 19041) or higher / Windows 11 -- Windows Subsystem for Linux (WSL2) component enabled +- Windows Subsystem for Linux (WSL2) component enabled _*(WSL1 is **not** supported)*_ - Virtual Machine Platform feature enabled - Windows Terminal (optional but recommended for initial setup) - Git for Windows