tmux-config

Prerequisites

  1. Patched font.

How to setup?

  1. Install tmux
  2. Make sure XDG_CONFIG_HOME environment variable is set (typically to $HOME/.config) e.g. in shell rc:
    export XDG_CONFIG_HOME="$HOME/.config"
  3. Install tmux plugin manager
  4. Create $XDG_CONFIG_HOME/tmux directory and clone repo there:
    mkdir -p $XDG_CONFIG_HOME/tmux && \
    cd $XDG_CONFIG_HOME/tmux && \
    git clone https://github.com/skomposzczet/tmux-config .
  5. Reopen tmux or execute command:
    tmux source $XDG_CONFIG_HOME/tmux/tmux.conf