Skip to content

marktheo/termux-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

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

About

Custom environment for android programming

Topics

Resources

Stars

Watchers

Forks