Skip to content

Instantly share code, notes, and snippets.

@klapvogn
klapvogn / config.md
Last active February 19, 2024 07:51
Powerline symbols on Putty/Kitty

Here is how I did to get Powerline symbols to work

In my setup I use tmux I compiled it my self and you should do the same:

Installing Tmux

  1. Login to your Putty or Kitty terminal
  2. To get and build the latest from version control - note that this requires autoconf, automake and pkg-config
  3. git clone https://github.com/tmux/tmux.git
  4. cd tmux