x1@x1-pc:~$ pkg install git
Then clone termux-style, like:
x1@x1-pc:~$ git clone https://github.com/adi1090x/termux-style.git x1@x1-pc:~$ cd termux-style x1@x1-pc:~$ chmod +x setup x1@x1-pc:~$ ./setup x1@x1-pc:~$ termux-style
Then install Python, like:
x1@x1-pc:~$ pkg install python
Next up, install powerline-status, like:
x1@x1-pc:~$ pip install powerline-status
Update ~/.bash_profile to load powerline-status, like:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH=$PATH:/data/data/com.termux/files/usr/lib/python3.8/site-packages | |
powerline-daemon -q | |
POWERLINE_BASH_CONTINUATION=1 | |
POWERLINE_BASH_SELECT=1 | |
. /data/data/com.termux/files/usr/lib/python3.8/site-packages/powerline/bindings/bash/powerline.sh |
//xyz
No comments:
Post a Comment