우분투 터미널을 Zsh + oh-my-zsh로 사용하기 쉽습니다 (비망록)
완성 상태↓
zsh를 설치하고 기본 쉘로 만들기
sudo apt update
sudo apt install zsh powerline fonts-powerline
chsh -s /bin/zsh
로그아웃 및 다시 로그인하면 기본 쉘이 zsh가 되어야 합니다.
powerline은 oh-my-zsh:agnoster에서 필요
oh-my-zsh 설치
sudo apt update
sudo apt install zsh powerline fonts-powerline
chsh -s /bin/zsh
ZSH_THEME="robbyrussell"
을 ZSH_THEME="agnoster"
로 변경) prompt_context () { }
을 .zshrc의 끝에 추가).git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
gedit .zshrc
[종속해결] VSCode의 터미널 깨짐 수정
Ctrl
+ ,
에서 설정을 열고 기능>터미널>Integrated: Font Family에 ubuntu mono,PowerlineSymbols
터미널을 다시 시작하고 해결
참고 사이트
htps : //에서 v. 와 / ms 키안 / 엔 s 탓 l ~ shi ぇ
h tps : // s t c ゔ ぇ rf ぉ w. 코 m / 쿠에 s 치온 s / 28491458 / zsh-g의 s-r te-me-shoon g- 마치 네
Reference
이 문제에 관하여(우분투 터미널을 Zsh + oh-my-zsh로 사용하기 쉽습니다 (비망록)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/orikaito/items/44d71af30f873f96b851텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)