Windows Subsystem for Linux
WSL을 설치하면 윈도우에서도 Linux consol을 사용할 수 있게 된다.
즉, 리눅스의 명령어들을 윈도우에서도 사용 가능하다는 것.
Install Chocolatey
Linux에 매번 갈 필요 없이 윈도우를 사용하면서 개발 환경을 만들어나가는 방법
Chocolatey : 윈도우에 뭔가를 설치할 때 도와줌
Chocolatey is a machine-level, command-line package manager and installer for Windows software. It uses the NuGet packaging infrastructure and Windows PowerShell to simplify the process of downloading and installing software. In April 2014, Microsoft debuted OneGet alongside PowerShell 5.
설치과정
https://chocolatey.org/install
Packages 부분을 가보면 설치할 수 있는 것들이 정말 많다.
하지만! Linux를 사용하는 것을 추천한다.
참고강의
https://nomadcoders.co/windows-setup-for-developers/lectures/1829
'Tips' 카테고리의 다른 글
Bye Bye VSCode! Moving to WebStorm IDE (0) | 2022.04.09 |
---|---|
WSL2 설치 과정 (0) | 2022.01.07 |
Debugging Basic : 디버깅 기초 쌓기 (0) | 2021.11.05 |
소스코드 이미지로 공유하는 방법 : Carbon, Polacode (0) | 2021.10.09 |
클론코딩할 때 특히 유용한 크롬 익스텐션 6가지 (0) | 2021.10.01 |