Last active
October 13, 2025 03:25
-
-
Save valtoni/5b6aea2e39f2667e6d256286852b1e59 to your computer and use it in GitHub Desktop.
Packages to Mount Machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) | |
| $packages = "powershell-core oh-my-posh vscode python3 office365business obsidian cloudflared gitkraken intellijidea-ultimate git.install docker-cli chromium discord.install advanced-ip-scanner expressvpn keepass audacity notepadplusplus.install staruml 7zip adobereader cpu-z.install crystaldiskmark zoom microsoft-windows-terminal icloud heidisql gnupg gpg4win rustdesk nodejs rdm winscp putty.install golang kubernetes-helm kustomize vlc" | |
| foreach ($package in ($packages.split(" "))) { | |
| choco install $package -Y | |
| } | |
| go install github.com/sigstore/cosign/v2/cmd/cosign@latest | |
| oh-my-posh font install meslo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment