Zsh

My zsh look

Rights prompt meaning: [Battery | Load average 5m 10m 15m | Time]

The bottom green row is from tmux (terminal multiplexer).

Within subfolder

Setup

  • install zsh / (clone zsh, build and install)

    • in Archlinux: sudo pacman -S zsh
  • clone oh-my-zsh

    • wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install …
more ...