맥북 초기 세팅

Seonhee Kim·2024년 5월 27일
0

FYI

목록 보기
12/12
  1. 홈브류 설치 https://brew.sh/
    설치 누르고
    비밀번호 입력 후
    엔터
    Path 설정
Path 설정
I 인서트모드 - 편집기를 쓰겠다
export PATH="/opt/homebrew/bin:$PATH"
엔터치고 Esc - 인서트모드에서 나감
:wq - 저장하면서 나가기
  1. Iterm2 설치
    brew install iterm2
    ==> Downloading https://formulae.brew.sh/api/formula.jws.json

  2. Oh-my-zsh 설치
    여러가지 기능을 제공하는 oh-my-zsh을 설치하자! 나만의 털꾸(터미널 꾸미기)도 할 수 있다!

    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  3. Git 설치
    brew install git

  4. Node.js 설치 (LTS)

  5. Yarn 설치
    brew install yarn

털꾸 시작!
<command + , >를 이용하여 설정화면에 진입합니다.

아직 어려운 터미널 사용
sunny@MacBook-Air ~ % vi ~/.zshrc -> 편집기로 들어간다
sunny@MacBook-Air ~ % source ~/.zshrc ->소스 적용시키기
sunny@MacBook-Air ~ % brew --version
Homebrew 4.3.1

profile
안녕하세요 ~_~

0개의 댓글