Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 806 Bytes

README.md

File metadata and controls

54 lines (37 loc) · 806 Bytes

Termux Environment for Android

Ensure your operating system is up to date

apt update && apt upgrade -y

Install the essential packages

apt install micro htop git clang make

Update micro settings and bindings

set colorscheme geany
bind Ctrl-x Quit

Update bash terminal aliases

alias ls="ls -F1 --color=auto"
alias la="ls -AF1 --color=auto"

alias cl="clear"
alias ch=":>~/.bash_history && history -c && clear"

alias mc="micro"

Configure the bash settings: .bashrc


Update termux settings

volume-keys = volume
terminal-cursor-style = bar
extra-keys-style = none
extra-keys = []

Configure the termux settings: .termux/termux.properties