macos 초기 환경설정

GJ·2023년 7월 4일
0

brew 설치

https://brew.sh/index_ko

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew로 nvm 설치

brew install nvm

brew로 터미널에 연결

brew info nvm

확인 후 나오는 가이드 대로 진행

node 설치

nvm install 18.16.0

pnpm 설치

curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=7.33.0 sh -

Proxyman 설치

https://proxyman.io/

nginx 설치

brew install nginx

nginx 설정 파일 추가

파인더에서 cmd+shift+g 하여 주소창 열고
/opt/homebrew/etc/nginx 으로 이동하여 설정파일 추가

profile
Frontend Developer

0개의 댓글