bugfix: save detected dotfiles repo location

This commit is contained in:
Baipyrus 2024-11-25 15:21:47 +01:00
parent 94028eff12
commit 97fcc961a7

View File

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