My ZSH Config
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.
Go to file
2020-06-17 13:30:50 -05:00
pure@c42bd35494 fix directory structure 2020-06-01 11:30:25 -05:00
.gitmodules fix directory structure 2020-06-01 11:30:25 -05:00
.zshrc switch from pure to powerlevel10k prompt 2020-06-17 13:30:50 -05:00
aliasrc adding tar.xz to alias 2020-06-11 13:22:11 -05:00
README.md spelling fix 2020-06-11 13:20:14 -05:00

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