Skip to content

Zsh Shell Setup

Terminal window
yay -S zsh

Run zsh to trigger zsh-newuser-install and configure.


Terminal window
yay -S zsh-antidote

Add plugins to ~/.zsh_plugins.txt.


Terminal window
yay -S starship

Add to end of ~/.zshrc:

Terminal window
eval "$(starship init zsh)"
Terminal window
starship preset nerd-font-symbols -o ~/.config/starship.toml
Terminal window
yay -S ttf-noto-nerd

In Plasma Settings → Fonts, set fixed-width font to NotoSansM Nerd Font Mono.


  1. Create new profile named vamsi, set as default
  2. Set Command to /bin/zsh
  3. In Appearance, search for Nordic Konsole theme

Config files go in:

  • ~/.alacritty.toml
  • ~/.config/alacritty/nord.toml

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.