zsh install and setup

zsh μ„€μΉ˜ $ sudo apt install zsh κΈ°λ³Έμ‰˜ λ³€κ²½ $ chsh -s /usr/bin/zsh Oh-My-Zsh μ„€μΉ˜ $ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ν…Œλ§ˆλ³€κ²½ $ vim ~/.zshrc $ source ~/.zsh .zshrc μ„€μ • λ³€κ²½ ZSH_THEME="agnoster" ν•΄κ²°λ˜μ§€ μ•Šμ€ 문제 κΈ°λ³Έμ‰˜μ„ zsh둜 ν–ˆμ„ λ•Œ ν•œκΈ€ μž…λ ₯이 λ˜μ§€ μ•ŠλŠ”λ‹€. bash의 μ„œλΈŒμ‰˜λ‘œ μ‹€ν–‰ν–ˆμ„ λ•ŒλŠ” ν•œκΈ€ μž…λ ₯이 잘 λœλ‹€. Reference Ubuntu/Linux Oh my zsh μ„ΈνŒ… https://polarcompass.tistory.com/142 https://github.com/powerline/fonts

2022-09-02 Β· 59 words

Zsh

zsh install - zsh μ„€μΉ˜ 및 μ„€μ •

2022-08-23 Β· (updated 2022-08-26) Β· 7 words