From 2027c7b788d66320bf860924fefe9f02415c7eed Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 12 Feb 2020 17:40:45 -0600 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ffc17d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# zsh +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 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 + - zsh-autosuggestions - Suggestions based on your history + +Finish the conversion by changing your user in /etc/passwd to /bin/zsh instead of /bin/bash