diff --git a/README.md b/README.md index 20c9065..b0df3ca 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ My ZSH Config ## Setup ``` -wget https://github.com/ChrisTitusTech/zsh/raw/master/.zshrc -O ~/.zshrc -mkdir -p "$HOME/.zsh" -wget https://github.com/ChrisTitusTech/zsh/raw/master/.zsh/aliasrc -O ~/.zsh/aliasrc -git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure" +git clone https://github.com/ChrisTitusTech/zsh +git submodule add https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure" ``` ## Get Dependancies - zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos