From ba6f1820546a256f1e8d397c81b47f9bacb05047 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 12 Feb 2020 17:41:21 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ffc17d..6a00f69 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ 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" + - 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" ## Get Dependancies - zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos