Guide to setup `zsh` shell
This content is not available in your language yet.
Install zsh
yay -S zshThen run zsh command in shell to trigger zsh-newuser-install first time. Configure zsh.
Install antidote
yay -S zsh-antidoteAdd ~/.zsh_plugins.txt
Starship
Section titled “Starship”Install
yay -S starshipAdding the following at end of ~.zshrc
eval "$(starship init zsh)"Configure starship using nerd font preset
starship preset nerd-font-symbols -o ~/.config/starship.tomlWe need a nerd font for this, so use Noto nerd font,
yay -S ttf-noto-nerdNow to use this font, in Plasma system settings, go to Font settings and set fixed width font as NotoSansM Nerd Font Mono with font style as Regular (or as per preference)
Konsole configuration
Section titled “Konsole configuration”In Konsole, create a new profile named vamsi and set it as default. In edit profile popup, set Command to /bin/zsh to use zsh shell.
Also in appearance section, set the Konsole theme using Get New... and search for Nordic Konsole and apply that theme.