15 lines
469 B
Markdown
15 lines
469 B
Markdown
# zsh
|
|
My ZSH Config
|
|
|
|
## Setup
|
|
```
|
|
git clone --recursive https://github.com/ChrisTitusTech/zsh
|
|
ln -s -f ~/zsh/.zshrc ~/.zshrc
|
|
```
|
|
## Get Dependencies
|
|
- 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
|