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 ## Setup
``` ```
wget https://github.com/ChrisTitusTech/zsh/raw/master/.zshrc -O ~/.zshrc git clone https://github.com/ChrisTitusTech/zsh
mkdir -p "$HOME/.zsh" git submodule add https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"
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 ## Get Dependancies
- zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos - zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos