Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. zsh와 git 설치

    Code Block
    yum install git zsh -y
    Code Block
    sudo apt install git zsh -y
  2. curl 로 oh my zsh 설치

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

설정

  • 초기화 파일(~/.zshrc)

plugin

Code Block
# plugins=(git bundler osx rake ruby)
plugins=(git bundler laravel rake ruby)


theme

Code Block
ZSH_THEME="robbyrussell"


aws 에서 zsh 사용시 comdef 에러

로그인시마다 아래 에러 발생

...

Code Block
sudo chmod a-r /etc/profile.d/aws-cli.sh


참고

같이 보기