Files
bun.sh/scripts/setup.ps1
Ashcon Partovi d22048d75b Lots o changes
2024-06-25 16:11:27 -07:00

10 lines
228 B
PowerShell
Executable File

throw "This script is not yet complete";
npm i
.\scripts\update-submodules.ps1
.\scripts\all-dependencies.ps1
.\scripts\make-old-js.ps1
New-Item -Type SymbolicLink -Path .\.vscode\clang++ -Value (Get-Command clang-cl).Source