DEV Community

Cover image for Install powerline for zsh/zimfw
Du Hoang
Du Hoang

Posted on

Install powerline for zsh/zimfw

After installing zsh/zimfw, there can be an annoying problem with terminal font to solve this. I recommend powerline, here is how to do

Ubuntu 21
Windows please comment your results, bugs etc

Clone

git clone https://github.com/powerline/fonts.git --depth=1
Enter fullscreen mode Exit fullscreen mode

Install

cd fonts
./install.sh
Enter fullscreen mode Exit fullscreen mode

Clean-up

cd ..
rm -rf fonts
Enter fullscreen mode Exit fullscreen mode

Set the font wherever you like
For example: VSCode

Image description

Top comments (0)