Skip to content

Latest commit

ย 

History

History
33 lines (21 loc) ยท 661 Bytes

INSTALL.md

File metadata and controls

33 lines (21 loc) ยท 661 Bytes

Without zsh plugin manager

oh my zsh ๊ฐ™์€ zsh plugin manager๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š๋Š”๊ฒฝ์šฐ

git clone https://github.com/gomjellie/zsh-hangul

echo "source ${(q-)PWD}/zsh-hangul/zsh-hangul.plugin.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc

With Plugin Manager

  1. custom/plugins/zsh-hangul ์— ์Šคํฌ๋ฆฝํŠธ๋ฅผ ํด๋ก ํ•ฉ๋‹ˆ๋‹ค.
git clone https://github.com/gomjellie/zsh-hangul ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-hangul
  1. ~/.zshrc์— plugin์„ ์ถ”๊ฐ€ํ•ฉ๋‹ˆ๋‹ค.

~/.zshrc ์—

plugins=(
    git
+   zsh-hangul
)

๊ณผ ๊ฐ™์ด zsh-hangul์„ ์ถ”๊ฐ€ํ•ด์ฃผ์„ธ์š”.