How to Install POWERLINE for Your Terminal - Linux Mint / Ubuntu Edition

Kolefell
Kolefell
910 بار بازدید - 12 ماه پیش - Hello guys , in this
Hello guys , in this short video similar to the Arch Linux video i did , i show you how to install powerline for your terminal .

First update your system:
sudo apt update && sudo apt upgrade -y

Add the Universe repository:
sudo add-apt-repository universe

Install Powerline
sudo apt install --yes powerline

To configure Powerline for bash, add the following lines to your $HOME/.bashrc file:


Powerline configuration
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
 powerline-daemon -q
 POWERLINE_BASH_CONTINUATION=1
 POWERLINE_BASH_SELECT=1
 source /usr/share/powerline/bindings/bash/powerline.sh
fi


To apply the changes to your current terminal:

source ~/.bashrc

Thats it , pretty easy :)
12 ماه پیش در تاریخ 1402/05/01 منتشر شده است.
910 بـار بازدید شده
... بیشتر