- Patched font.
- Install
tmux
- Make sure
XDG_CONFIG_HOME
environment variable is set (typically to$HOME/.config
) e.g. in shell rc:export XDG_CONFIG_HOME="$HOME/.config"
- Install
tmux plugin manager
- 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 .
- Reopen tmux or execute command:
tmux source $XDG_CONFIG_HOME/tmux/tmux.conf