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