From e9892a6f23cd6e9142b93a2efad866516410b15a Mon Sep 17 00:00:00 2001 From: matthieu Date: Tue, 27 Jan 2026 21:04:39 -0500 Subject: [PATCH] Add install.ps1 --- install.ps1 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 install.ps1 diff --git a/install.ps1 b/install.ps1 new file mode 100644 index 0000000..8fcd278 --- /dev/null +++ b/install.ps1 @@ -0,0 +1,27 @@ +$apps = @( + "LibreWolf.LibreWolf", + "ImputNet.Helium", + "Google.Chrome", + "VideoLAN.VLC", + "mpv.net", + "ZedIndustries.Zed", + "Microsoft.PowerToys", + "Microsoft.VisualStudioCode", + "7zip.7zip", + "Git.Git", + "Notepad++.Notepad++", + "voidtools.Everything", + "Inkscape.Inkscape", + "OBSProject.OBSStudio", + "Valve.Steam", + "Microsoft.PowerShell", + "WinSCP.WinSCP", + "MartiCliment.UniGetUI", + "Microsoft.WindowsTerminal", + "Tailscale.Tailscale", + "Inkscape.Inkscape", + "RustDesk.RustDesk", + "", +) + +$apps | ForEach-Object { winget install --id $_ --exact --accept-source-agreements --accept-package-agreements } \ No newline at end of file