mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 23:23:50 +00:00
additional feedback on neovim WSL install
This commit is contained in:
parent
1e01a70182
commit
8e24843856
@ -162,6 +162,7 @@ if ($null -eq $ubuntu)
|
|||||||
{
|
{
|
||||||
ProcessUrlFiles -sourceDir "$dotfilesRepo\nvim"
|
ProcessUrlFiles -sourceDir "$dotfilesRepo\nvim"
|
||||||
Set-Location "$env:TMP\nvim-config"
|
Set-Location "$env:TMP\nvim-config"
|
||||||
|
Write-Host "Copying (forcably) configuration to WSL..." -ForegroundColor Yellow
|
||||||
wsl.exe cp -rf . ~/.config/ 2>$null | Out-Null
|
wsl.exe cp -rf . ~/.config/ 2>$null | Out-Null
|
||||||
Set-Location -
|
Set-Location -
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user