From af6641bf99d7c6470ff96897f45a6fd65ee32ea6 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 30 Aug 2022 11:56:01 +0200 Subject: [PATCH] Beginnings for powershell install script for windows --- arch-setup/install.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 arch-setup/install.ps1 diff --git a/arch-setup/install.ps1 b/arch-setup/install.ps1 new file mode 100644 index 00000000..04cf0476 --- /dev/null +++ b/arch-setup/install.ps1 @@ -0,0 +1,4 @@ +#/usr/bin/env pwsh + +# Install pyright lsp +pip install pyright