oh-my-zsh 썸네일형 리스트형 [기타] iTerm2 zsh 테마(powerlevel10k) 설정하기 iTerm2 zsh 테마(powerlevel10k) 설정하기 iTerm2 설치 공식 홈페이지 : https://iterm2.com/ 또는 homebrew 명령으로 설치 brew install --cask iterm2 Oh My Zsh 설치 공식 홈페이지 : https://ohmyz.sh/ curl을 통해 oh-my-zsh 설치 sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" wget을 통해 oh-my-zsh 설치 sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" Solarized 설치 공식 홈페이지 : .. 더보기 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.. 더보기 이전 1 다음