관리 메뉴

개발노트

Mac 초기 설정 본문

MACBOOK

Mac 초기 설정

YoonGwon 2020. 12. 15. 11:56

1. Macs Fan Control

맥북 팬 속도 제어 프로그램

https://crystalidea.com/macs-fan-control

left side - GPU PECI 45-80

right side - CPU PECI 45-80

2. Alfred

필수

https://www.alfredapp.com/

 

 

설정 - 키보드 - 단축키 - Spotlight 에서 체크 해제

알프레드 단축키 command + space로 설정

3. Keka

https://www.keka.io/ko/

4. AppCleaner

https://freemacsoft.net/appcleaner/

5. Typora

https://typora.io/

6. Terminal Setting

D2Coding Font

https://github.com/naver/d2codingfont

agnoster theme

vi ~/.zshrc # 수정 ZSH_THEME=”agnoster” source ~/.zshrc

기기 이름 지우기

vi ~/.zshrc # 추가 prompt_context() { if [[ "$USER" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then prompt_segment black default "%(!.%{%F{yellow}%}.)$USER" fi }

 

syntax-highlighting, autosuggestions

# 플러그인 디렉토리로 이동 cd /Users/dwkang/.oh-my-zsh/custom/plugins # zsh-syntax-highlighting 설치 git clone <https://github.com/zsh-users/zsh-syntax-highlighting.git> # zsh-autosuggestions 설치 git clone <https://github.com/zsh-users/zsh-autosuggestions> vi ~/.zshrc # 수정 plugins=( git zsh-syntax-highlighting zsh-autosuggestions )

728x90

'MACBOOK' 카테고리의 다른 글

Mac OS에 JDK 설치하기  (0) 2020.12.12