zsh : z shell

oh-my-zsh : zsh 설정 관리 프레임워크

 

 

zsh  설치

# zsh 설치
brew install zsh

# 설치경로 확인
which zsh
#  /usr/bin/zsh

# 기본 shell 변경
chsh -s $(which zsh)

 

oh-my-zsh 설치

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

 

1) 커스텀 테마 변경

 

다음 링크에서 테마 선택 후,

https://github.com/ohmyzsh/ohmyzsh/wiki/Themes

 

ohmyzsh/ohmyzsh

🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes nearly 300 optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, p...

github.com

$open ~/.zshrc
$vim ~/.zshrc

zshrc 파일을 열어서, 디폴트로 설정되어 있는 

ZSH_THEME="robbyrussell"

이 부분을 원하는 테마로 변경

 

2) 색상 변경

https://github.com/mbadolato/iTerm2-Color-Schemes

 

mbadolato/iTerm2-Color-Schemes

Over 230 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTer...

github.com

Preferences -> Color Presets -> Import... -> Color Scheme

'42 > 1' 카테고리의 다른 글

norminette3 설치  (0) 2021.07.19
norminette2 설치  (0) 2021.05.23
42header  (0) 2021.05.23
MacOS 환경 설정  (0) 2021.05.23

+ Recent posts