- 아래 명령들에서 필요한 프로그램을 설치하는 명령만 복사해서 설치해주세요.
Last active
June 28, 2024 05:04
-
-
Save allieus/e34921f9ec82d756c308aeba104def17 to your computer and use it in GitHub Desktop.
윈도우 기본 개발 프로그램 설치
This file contains 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
winget install --id=Microsoft.PowerShell --silent | |
winget install --id=Microsoft.WindowsTerminal --silent | |
winget install --id=JetBrains.PyCharm.Professional --silent | |
winget install --id=Microsoft.VisualStudioCode --silent | |
winget install --id=Python.Python.3.11 --silent | |
winget install --id=Python.Python.3.12 --silent | |
winget install --id=OpenJS.NodeJS.LTS --silent | |
winget install --id=Git.Git --silent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
명령 프롬프트를 여시고 위 스크립트를 붙여넣고 실행하시면, 아래 팩키지가 설치됩니다.
설치 중에 "사용자 계정 컨트롤 (UAC)" 알림창이 뜨면 확인만 해주시면 됩니다. ;-)