DEV Community

jeann
jeann

Posted on • Edited on

5 3

Powerline for Ubuntu

1-Firts Step -> Write in you console: sudo apt install powerline.

2-Second Step -> Write in .bashrc in you home directory this:
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
source /usr/share/powerline/bindings/bash/powerline.sh
fi
.

3-Last Step -> Save the file, and open new console o terminal and will see

4-If exists problem like weir character in line command them install fonts:


clone
git clone https://github.com/powerline/fonts.git --depth=1
install
cd fonts
./install.sh
clean-up a bit
cd ..
rm -rf fonts

here this link where is repository fonts: https://github.com/powerline/fonts

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

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

Okay