/
zsh 관련 자료

zsh 관련 자료

zsh 및 oh my zsh 관련 자료


Oh my zsh 설치

  1. zsh와 git 설치

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

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

설정

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

plugin

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


theme

ZSH_THEME="robbyrussell"


aws 에서 zsh 사용시 comdef 에러

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

complete:13: command not found: compdef

aws-cli 의 문제이며 아래의 명령어로 workaround 처리

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

참고

같이 보기

Related content

zlib windows 에서 빌드하기
zlib windows 에서 빌드하기
More like this
composer 에서 zlib_decode(): data error
composer 에서 zlib_decode(): data error
More like this
헬름 설치하기(Installing Helm)
헬름 설치하기(Installing Helm)
More like this
RHEL/CentOS 7 에 MariaDB 10.4 설치하기
RHEL/CentOS 7 에 MariaDB 10.4 설치하기
More like this
설정 파일 변경 사항을 반영하는 linux source 명령어 사용법
설정 파일 변경 사항을 반영하는 linux source 명령어 사용법
More like this
.gitignore 를 생성해 주는 gitignore.io
.gitignore 를 생성해 주는 gitignore.io
More like this