Home iterm + zsh 설정
Post
Cancel

iterm + zsh 설정

zshmac에서 기본 shell인데 plugin도 설치하고 하면 좀더 컬러풀하고 기능 사용이 가능하니 세팅하고 이후에 바로 사용해보자

OhMyZsh을 설치

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

설치하고 ~/.zshrc를 한번 들여다보자

1
ZSH_THEME="agnoster"

폰트가 깨지니까

https://github.com/naver/d2codingfont 에서 다운로드 하고

D2Coding으로 Text를 변경

[Profile] - [Text]

iTerm Color Preset

1
2
git clone https://github.com/mbadolato/iTerm2-Color-Schemes.git
tools/import-scheme.sh schemes/*

[Profile] - [Color] 에서 schemes/*의 값을 import하고 원하는 color scheme을 선택

디바이스/사용자명 지우기

~/.zshrc의 마지막에 아래와 같이 추가

1
2
3
4
5
prompt_context() {
  if [[ "$USER" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then
    prompt_segment black default "%(!.%{%F{yellow}%}.)$USER"
  fi
}

이름을 지우고 싶으면 $USER을 제거

Visual Studio Code 에 적용

Terminal에도 적용하고 싶다면 아래 설정으로 들어가서

[Preference] - [Settings]

  • Font에 D2Coding 추가
  • terminal을 검색해서 [Terminal > Integrated: Default Profile: Osxzsh로 설정
This post is licensed under CC BY 4.0 by the author.

블로그 만들기 (theme: jekyll-theme-chirpy)

[Hive] External 테이블 생성 쿼리