์„ค์น˜&์„ธํŒ…๋ฒ•

[Terminal] ํ„ฐ๋ฏธ๋„ ๋ช…๋ น์–ด ์ž๋™ ์™„์„ฑ

์ฝ”๋”ฉํ•˜๋Š” ๋ถ•์–ด 2021. 10. 26. 11:07
๋ฐ˜์‘ํ˜•
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

์ถ”๊ฐ€ํ•˜๊ณ 

 

 

code ~/.zshrc

์‹คํ–‰ํ•œ ํ›„

 

plugins์„ 

plugins=(zsh-autosuggestions)

๋กœ ๋ฐ”๊ฟ”์ฃผ๋ฉด ๋œ๋‹ค.

๋ฐ˜์‘ํ˜•