diff --git a/install_windows.ps1 b/install_windows.ps1 index 1dc8047..18d7e46 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -162,6 +162,7 @@ if ($null -eq $ubuntu) { ProcessUrlFiles -sourceDir "$dotfilesRepo\nvim" Set-Location "$env:TMP\nvim-config" + Write-Host "Copying (forcably) configuration to WSL..." -ForegroundColor Yellow wsl.exe cp -rf . ~/.config/ 2>$null | Out-Null Set-Location - }