Update README.md

This commit is contained in:
Chris Titus 2020-02-12 17:41:21 -06:00 committed by GitHub
parent 2027c7b788
commit ba6f182054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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