Last active
June 19, 2019 16:43
-
-
Save j3rrykh4n/71ce84d774bea1fea8f7e57e4c99517f to your computer and use it in GitHub Desktop.
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
| pkg install fish | |
| pkg install curl | |
| curl -L https://get.oh-my.fish | fish | |
| curl -L https://get.oh-my.fish > install | |
| fish install --path=~/.local/share/omf --config=~/.config/omf | |
| omf install bobthefish | |
| omf install agnoster | |
| vim ~/.bashrc | |
| clear | |
| fish | |
| :w | |
| :q | |
| restart your termux | |
| enjoy your fish shell :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment