Skip to content

msn-05/termux-fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages