Make your Termux look better within 5 minutes
About — We’re going to install awesome tools like ohmyzsh, neovim, dotfiles, etc.with just one script
If you prefer video tutorial click here
Installation Dependencies
- Termux must be F-Droid Version because Termux from Playstore no longer maintained because there are some problems with the Playstore publishing
Update Repository & Upgrade Package
pkg update && pkg upgrade
git & bc
- Package
git
for cloning or downloading repository - Package
bc
for calculate repository size which will be cloning or downloading
pkg i -y git bc
Installation myTermux
Clone or Download This Repository
git clone --depth=1 https://github.com/mayTermux/myTermux.git
Run Script Installer
- Move to Folder
cd myTermux
- export variable
COLUMNS
andLINES
This variable function so that the installer script can read the
column
androw
widths of Termux Application so that later it
matches the output during the installation process.
export COLUMNS LINES
- Execute Installer
./install.sh
If you get error message
Please Zoom Out
.
Zoom Out on Termux Application then run again the scriptIf the row and column widths of the application are correct,
the script will automatically run, like this:
Then follow the installation until it's finished
📸 Screenshots
This screenshot take by Awesomeshot and system fetch by rxfetch-termux
- System Fetch
rxfetch
neofetch
- Colorscheme (Theme)
Change colorscheme or theme with command:
chcolor
Show Preview
- Fonts
Change font used with command:
chfont
- ZSH Theme
Change ZSH Theme with command:
chzsh
- [NVIM] - Text Editor
Show Theme
Top comments (1)
thx, this is the best tweak for theming the termux, thankful 🥰