Updated Readme instructions

This commit is contained in:
ChrisTitusTech 2020-05-29 12:15:54 -05:00
parent b469815d51
commit 720b55402c

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