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

15 lines
503 B
Markdown
Raw Normal View History

2020-02-12 17:40:45 -06:00
# zsh
My ZSH Config
## Setup
2020-02-12 17:41:59 -06:00
```
2020-05-29 12:15:54 -05:00
git clone https://github.com/ChrisTitusTech/zsh
git submodule add https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"
2020-02-12 17:41:59 -06:00
```
2020-02-12 17:40:45 -06:00
## 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