Initial commit

This commit is contained in:
Paul T
2024-03-25 10:26:10 -04:00
commit 325c783967
13 changed files with 1087 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
$Source = "$PSScriptRoot/../*"
$Destination = "$env:LOCALAPPDATA/typst/packages/local/modern-cv/0.1.0"
Copy-Item -Path $Source -Destination $Destination -Recurse -Force