DEV Community

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

Posted on

3 3

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay