Home

Awesome

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

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