zsh settings - RLidea/dev.docs GitHub Wiki

zsh settings

brew는 설치되었다고 가정.

  1. ohmyzsh
  2. fzf: fuzzy finder 도구
brew install fzf

# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install
  1. 하이라이팅 / 자동 추천 도구
# zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

# zsh-autosuggestions
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
plugins=(
  git
  zsh-syntax-highlighting
  zsh-autosuggestions
)

참고: 본격 macOS에 개발 환경 구축하기

vim

  1. : vi에 디렉토리를 추가
  2. :
⚠️ **GitHub.com Fallback** ⚠️