oh-my-zsh 썸네일형 리스트형 Oh My Zsh에 자동완성 기능 추가 Oh My Zsh에 자동완성 기능 추가 zsh-autosuggestions 레포를 oh-my-zsh 플러그인 폴더에 clone git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions zsh-syntax-highlighting 레포를 oh-my-zsh 플러그인 폴더에 clone git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting .zshrc 편집 vim ~/.z.. 더보기 Powerline Fonts를 다운로드하여 Oh-My-Zsh 테마인 Powerlevel9k에 적용하는 방법 Powerline Fonts를 다운로드하여 Oh-My-Zsh 테마인 Powerlevel9k에 적용하는 방법1. Powerline Fonts 다운로드 및 설치Powerline Fonts를 다운로드하고 설치합니다. 이는 Powerlevel9k 테마에서 사용할 아이콘과 특수 문자를 제대로 표시하기 위해 필요합니다.git clone https://github.com/powerline/fonts.git --depth=1cd fonts./install.shcd ..rm -rf fonts2. Oh-My-Zsh 설치 및 Powerlevel9k 테마 설정Oh-My-Zsh를 설치하고 Powerlevel9k 테마를 설정합니다.sh -c "$(curl -fsSL https://raw.githubusercontent.com/o.. 더보기 이전 1 다음