Update README.md

This commit is contained in:
Chris Titus 2020-02-14 12:00:43 -06:00 committed by GitHub
parent 0b5bc754f4
commit 589ec8f69d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ My ZSH Config
## Setup
```
get https://github.com/ChrisTitusTech/zsh/raw/master/.zshrc -O ~/.zshrc
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"