Update dotfiles

This commit is contained in:
2026-03-24 13:00:36 -03:00
parent fb95fd6043
commit 739fd217f6

View File

@@ -43,7 +43,6 @@ if (Get-Command chezmoi -ErrorAction SilentlyContinue) {
return return
} }
chezmoi add "$($args[0])" chezmoi add "$($args[0])"
chezmoi add .
chezmoi git status chezmoi git status
$answer = Read-Host "Commit changes? [y/N]" $answer = Read-Host "Commit changes? [y/N]"
if ($answer -eq "y" -or $answer -eq "Y") { if ($answer -eq "y" -or $answer -eq "Y") {