My ZSH Config
sudo apt install lsd zsh
Download and install any font 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
wget -O ~/.zshrc https://raw.githubusercontent.com/PineApple-Logic/zsh/clean/.zshrc
mkdir .zsh
wget -O ~/.zsh/aliases https://raw.githubusercontent.com/PineApple-Logic/zsh/refs/heads/clean/aliases
wget -O ~/.zsh/functions https://raw.githubusercontent.com/PineApple-Logic/zsh/refs/heads/clean/functions
zsh
sudo apt install tmux
wget -O ~/.tmux.conf https://raw.githubusercontent.com/PineApple-Logic/zsh/refs/heads/clean/.tmux.conf
mkdir -p ~/.config/tmux/plugins/catppuccin
git clone -b v2.1.2 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
tmux