Windows 에서 choco 로 소프트웨어 설치 리스트
Updated on
PowerShell 에서 해당 명령어를 입력하면 Choco 가 설치 된다.
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'))
윈도우에서 설치해서 자주 사용하는 소프트웨어 리스트
choco install k9s
nodejs pnpm base64 curl k9s kubectx kubernetes-cli kubernetes-helm grep gnuwin32-coreutils.install vim