Skip to content

Instantly share code, notes, and snippets.

@j3rrykh4n
Last active June 19, 2019 16:43
Show Gist options
  • Save j3rrykh4n/71ce84d774bea1fea8f7e57e4c99517f to your computer and use it in GitHub Desktop.
Save j3rrykh4n/71ce84d774bea1fea8f7e57e4c99517f to your computer and use it in GitHub Desktop.
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