Update dotfiles
This commit is contained in:
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user