aarmn / termux-fish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termux Fish

This program will (permanently) install fish(friendly interactive shell) in termux and change the look of your termux homepage using neofetch. FISH has auto completion,syntax highlighting and many more features.
For more info check this out.
New look of termux:

The script:

All in one command if you don't want to copy paste them one by one:

pkg update && pkg upgrade -y && pkg install git -y && git clone https://github.com/msn-05/termux-fish.git && cd termux-fish && chmod +x script.sh && ./script.sh



1)Update termux:

pkg update && pkg upgrade -y

2)Install git

pkg install git -y

3)Clone this repo

git clone https://github.com/msn-05/termux-fish.git

4)Change dir to the repo and give executable permissions to script.sh

cd termux-fish && chmod +x script.sh

5)Run the script

./script.sh

6)Exit termux and enter again.

If you want to revert back to your previous shell type this command:

chsh -s bash

About


Languages

Language:Shell 100.0%