새소식

반응형
기타

맥북 개발자 세팅

  • -
728x90
반응형

맥북 세팅하기!

 

 

1) brew 설치

 

Homebrew

The Missing Package Manager for macOS (or Linux).

brew.sh

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

  • 설치하고 나온 뒤 Next steps 2개 라인 진행
brew which
  • 위 명령어에 대해 opt/... 경로가 나오면 성공적으로 설치된 것

 

 

2) Terminal ( iTerm + oh my zsh )

✅ iTerm 다운로드 

 

iTerm2 - macOS Terminal Replacement

iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain

iterm2.com

 

✅ oh my zsh 다운로드

 sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

 

🔥 테마 바꾸기

 

GitHub - romkatv/powerlevel10k: A Zsh theme

A Zsh theme. Contribute to romkatv/powerlevel10k development by creating an account on GitHub.

github.com

  • MesloLGS NF 폰트 4개 설치
  • 테마 설치
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  • Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc
  • Restart zsh
exec zsh
  • p10k configure 로 자동 설정되므로 원하는 세팅 설정하기

 

✅ 플러그인 설치

# autosuggestion
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# autojump
brew install autojump

 

  • ZSH 설정파일 수정 : plugins에 이름 추가하기

 

 

 

어플리케이션

 

설치 고민 중

 

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.