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)