termux is a terminal emulator and Linux environment on Android. To make it even better (looks), enable powerline-status. Start by installing git on termux, like:
Then clone termux-style, like:
Then install Python, like:
Next up, install powerline-status, like:
Update ~/.bash_profile to load powerline-status, like:
//xyz
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:
//xyz
Comments