Initial commit

This commit is contained in:
2024-02-02 09:27:16 -04:00
commit 8918c9d197
2 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Chezmoi
if (Get-Command chezmoi -ErrorAction SilentlyContinue) { chezmoi completion powershell | Out-String | Invoke-Expression }