My ZSH Config
git clone https://github.com/PineApple-Logic/zsh.git
cd zsh
mv .zshrc ~/
zsh # this will install most of the depedances (fzf, lsd, pyenv, zinit as well as zsh plugins)
tmux
mkdir -p ~/.config/tmux/plugins/catppuccin
git clone -b v2.1.2 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
Download and install the fonts from here
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