From b0c011bb395d90e51cff081055e0626dfb981d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 8 Jun 2020 18:57:47 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d530a2..f080c29 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ ln -s -f ~/zsh/.zshrc ~/.zshrc ``` ## Get Dependancies +### Should download with config - zsh-syntax-highlighting - syntax highlighting for ZSH - - autojump - jump to directories with j or jc for child or jo to open in file manager (ARCH - install via AUR) - zsh-autosuggestions - Suggestions based on your history + - pure - Pure shell look for zsh +### Get this from your distribution repository + - autojump - Jump to directories with j or jc for child or jo to open in file manager - zsh - the shell itself - - pure - Should download with my setup (Just in case - `git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"`) ## Set as default To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash` to `/bin/zsh`)