This repository has been archived on 2024-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
zsh/README.md

24 lines
682 B
Markdown
Raw Normal View History

2020-06-07 16:09:57 +02:00
# ZSH
My ZSH config
2020-02-12 17:40:45 -06:00
## Setup
2020-02-12 17:41:59 -06:00
```
2020-06-07 16:09:57 +02:00
git clone --recursive https://github.com/jiriks74/zsh
2020-05-29 12:36:42 -05:00
ln -s -f ~/zsh/.zshrc ~/.zshrc
2020-02-12 17:41:59 -06:00
```
2020-06-07 16:09:57 +02:00
## Get Dependancies
2020-06-08 18:57:47 +02:00
### Should download with config
2020-06-07 16:09:57 +02:00
- zsh-syntax-highlighting - syntax highlighting for ZSH
2020-02-12 17:40:45 -06:00
- zsh-autosuggestions - Suggestions based on your history
2020-06-08 18:57:47 +02:00
- pure - Pure shell look for zsh
2020-06-08 18:58:46 +02:00
### Get this from your distribution's repository
2020-06-08 18:57:47 +02:00
- autojump - Jump to directories with j or jc for child or jo to open in file manager
2020-06-07 16:09:57 +02:00
- zsh - the shell itself
## Set as default
To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash` to `/bin/zsh`)
## What I used
My config is based on Chris Titus's config and pure shell.