개발/ETC

[Mac] - M1 기본셋팅하기

dongdev 2021. 12. 5. 23:42

1. homebrew 

https://brew.sh/index_ko

(인텔)

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

(m1)

/bin/bash -c "$(curl -fsSL https://gist.githubusercontent.com/nrubin29/bea5aa83e8dfa91370fe83b62dad6dfa/raw/48f48f7fef21abb308e129a80b3214c2538fc611/homebrew_m1.sh)"

 

vi~/.zshrc로 들어가 마지막줄에 추가

eval $(/opt/homebrew/bin/brew shellenv)

 

2. spectacle (화면분할)

https://www.spectacleapp.com/

 

Spectacle

 

www.spectacleapp.com

 

3. iterm

https://iterm2.com

 

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.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

 

- 테마 적용

vi ~/.zchrc

 

ZSH_THEME="agnoster" 로 수정

source ~/.zshrc

변경한 파일 실행

 

- d2codingfont 설치

https://github.com/naver/d2codingfont

 

GitHub - naver/d2codingfont: D2 Coding 글꼴

D2 Coding 글꼴. Contribute to naver/d2codingfont development by creating an account on GitHub.

github.com

터미널에서 command + , 를 입력 후 폰트 변경