Using powerline in PuTTY
2014-08-19 - mschulte.nl - ~1 Minute
Normally I am working on a Linux machine using vim and tmux with the powerline statusline plugin. However, sometimes I am forced to work on a windows machine. Whenever possible I open a ssh connection with PuTTY to my Linux machine to work remote on it.
It turned out that the fonts of powerline were not displayed correctly.
To fix this, I did the following modifications:
- Download the patched fonts . I chose
DejaVuSansMono
as my font since I like it most. - Install this font in Windows to make it accessible for all programs.
- Open PuTTY and make changes to the settings:
- Under
appearance
select the patched font - Select font quality
Clear Type
- Under
Translation
selectcharacter set
UTF-8
- Apply settings and restart the PuTTY session
If everything worked well, powerline should be displayed correctly in PuTTY.