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
Chris Titus a665511b0f
Merge pull request #9 from TheAwesomeGuy47/patch-1
Fix minor spelling error
2021-12-04 23:33:07 -06:00
.gitmodules fix directory structure 2020-06-01 11:30:25 -05:00
.zshrc Fix minor spelling error 2021-12-04 13:32:48 +00:00
aliasrc update-grub for arch 2020-09-16 19:54:02 -05:00
README.md readme fix 2020-08-31 08:44:29 -05:00

zsh

My ZSH Config

Setup

touch "$HOME/.cache/zshhistory"
#-- Setup Alias in $HOME/zsh/aliasrc
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >> ~/.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

Debian Dependencies

sudo apt install zsh-syntax-highlighting autojump zsh-autosuggestions

Arch Dependencies

yay -S zsh-syntax-highlighting autojump zsh-autosuggestions

Finish the conversion by changing your user in /etc/passwd to /bin/zsh instead of /bin/bash

or typing chsh $USER and entering /bin/zsh