This file is a guide for configuring the zsh shell for a better terminal experience in a Linux environment.
TLDR oneliner (linux):
d=$(mktemp -d) && git clone https://github.com/stodoran/zsh_setup "$d/zsh_setup" && bash "$d/zsh_setup/setup.sh"
Install iterm2 from the official website.
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo "source ~/powerlevel10k/powerlevel10k.zsh-theme" >> ~/.zshrcTo configure the theme, restart your terminal and follow the instructions of the configuration wizard. It is important to accept the installation of the MesloLGS NF font. Alternatively, a theme is als included in the repo.
bash setup.shPress enter to any prompts.
For the syntax highlighter, use fast-theme -l to list available themes and fast-theme {theme-name} to set the theme.