my termux setup
- oh-my-bash
- bash
- fzf
- navigation (nav, mnav, fnav[fzf])
- git (allmightypull, gitgud)
- link/script making shortcut (linkify, scriptify)
- setup script!!
HOME -> documents | python | rust | github | scripts | storage
termux path=$PREFIX/etc/bash.bashrc wsl2 path=~/.bashrc
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
- edit .bashrc in path=$HOME/.bashrc
- change theme:
- OSH_THEME="agnoster"
- custom theme:
- customize a base theme then add it to the file custom/themes/new_filename with any edits
- run:
- uninstall_oh_my_bash