From 720b55402c1ea86825bce24f200debc85d341b43 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Fri, 29 May 2020 12:15:54 -0500 Subject: [PATCH] Updated Readme instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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