macOS & Macintosh

oh my zsh 설치

동교동삼거리·2019년 8월 26일·조회 2,960

1. 개요

2. 설치

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

설치가 완료되면,

Shell successfully changed to '/bin/zsh'.

         __                                     __
  ____  / /_     ____ ___  __  __   ____  _____/ /_
 / __ \/ __ \   / __ `__ \/ / / /  /_  / / ___/ __ \
/ /_/ / / / /  / / / / / / /_/ /    / /_(__  ) / / /
\____/_/ /_/  /_/ /_/ /_/\__, /    /___/____/_/ /_/
                        /____/                       ....is now installed!


Please look over the ~/.zshrc file to select plugins, themes, and options.

p.s. Follow us on https://twitter.com/ohmyzsh

p.p.s. Get stickers, shirts, and coffee mugs at https://shop.planetargon.com/collections/oh-my-zsh

3. Agnoster 테마로 변경

vi ~/.zshrc
파일이 열리면 다음 줄을 찾는다.
ZSH_THEME="robbyrussell"
다음과 같이 바꾼다.
ZSH_THEME="agnoster"

댓글 0

로그인 후 댓글을 남길 수 있습니다.

아직 댓글이 없습니다.