From 0b5bc754f4b0dfe8b33e9fe7a1930af60e86dc08 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 12 Feb 2020 17:41:59 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a00f69..7722591 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ 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" - +``` +get 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 - autojump - jump to directories with j or jc for child or jo to open in file manager