Zsh Shell Setup
Install Zsh
Section titled “Install Zsh”yay -S zshRun zsh to trigger zsh-newuser-install and configure.
Plugin Manager (Antidote)
Section titled “Plugin Manager (Antidote)”yay -S zsh-antidoteAdd plugins to ~/.zsh_plugins.txt.
Starship Prompt
Section titled “Starship Prompt”Install
Section titled “Install”yay -S starshipAdd to end of ~/.zshrc:
eval "$(starship init zsh)"Configure with Nerd Font Preset
Section titled “Configure with Nerd Font Preset”starship preset nerd-font-symbols -o ~/.config/starship.tomlInstall Nerd Font
Section titled “Install Nerd Font”yay -S ttf-noto-nerdIn Plasma Settings → Fonts, set fixed-width font to NotoSansM Nerd Font Mono.
Konsole Configuration
Section titled “Konsole Configuration”- Create new profile named
vamsi, set as default - Set Command to
/bin/zsh - In Appearance, search for
Nordic Konsoletheme
Alacritty
Section titled “Alacritty”Config files go in:
~/.alacritty.toml~/.config/alacritty/nord.toml
Environment Variables
Section titled “Environment Variables”Set environment variables using a file in ~/.config/environment.d/abc.conf, where abc.conf can be any name. You can use multiple files. Each file should contain VAR=VALUE with one variable per line.