Skip to content

ChrisTitusTech/zsh

Folders and files

NameName
Last commit message
Last commit date
Jun 1, 2020
Dec 4, 2021
Aug 31, 2020
Sep 17, 2020

Repository files navigation

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