diff --git a/install_windows.ps1 b/install_windows.ps1 index f5fd009..059eee2 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -26,7 +26,7 @@ $repoUrl = "https://github.com/Baipyrus/dotfiles.git" $currentDir = (Get-Location).Path -ReadyDotfilesRepo -cwd $currentDir -url $repoUrl -destination $dotfilesRepo +$dotfilesRepo = ReadyDotfilesRepo -cwd $currentDir -url $repoUrl -destination $dotfilesRepo # Setting up Alacritty Configuration Write-Host "Setting up Alacritty configuration..." -ForegroundColor Cyan