터.꾸(with zsh)
2022/03/03
Ubuntu
1 | sudo apt-get instll zsh |
zsh설치
1 | which zsh |
bash에서zsh로 바꾸기
1 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" |
oh-my-zsh설치curl이 있어야 함1
sudo apt-get install curl
1 | ZSH_THEME="agnoster" |
.zshrc에서 테마 변경
1 | (anon):12: character not in range |
- 오류가 떴다
1 | sudo apt-get install -y language-pack-en |
참고글