diff --git a/README.md b/README.md index 0435e00..60a49f5 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,11 @@ zsh Zsh configuration using antigen. Clone in ~/.zsh and do - ln -s $HOME/.zsh/zshrc $HOME/.zshrc + $ cd /tmp/ + $ git clone https://github.com/zsh-users/antigen.git + $ cd antigen + $ source antigen.zsh + $ antigen bundle zsh-users/antigen + $ antigen bundle hybris42/zsh + $ cd + $ ln -s $HOME/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-hybris42-SLASH-zsh.git/zshrc $HOME/.zshrc diff --git a/zshrc b/zshrc index a774748..dee67fb 100644 --- a/zshrc +++ b/zshrc @@ -1,4 +1,4 @@ -source /home/hybris/.antigen/antigen/antigen.zsh +source $HOME/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-antigen.git/antigen.zsh antigen use oh-my-zsh