https://github.com/maytermux/mytermux
Make your Termux look better
https://github.com/maytermux/mytermux
android color-scheme dotfiles mpd music ncmpcpp neofetch neofetch-configuration neovim termux vim zsh
Last synced: 8 days ago
JSON representation
Make your Termux look better
- Host: GitHub
- URL: https://github.com/maytermux/mytermux
- Owner: mayTermux
- License: gpl-3.0
- Created: 2021-01-23T22:49:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T13:51:48.000Z (3 months ago)
- Last Synced: 2025-04-07T19:06:18.629Z (15 days ago)
- Topics: android, color-scheme, dotfiles, mpd, music, ncmpcpp, neofetch, neofetch-configuration, neovim, termux, vim, zsh
- Language: Shell
- Homepage:
- Size: 29.1 MB
- Stars: 987
- Watchers: 18
- Forks: 162
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
myTermux
This is my personal configuration for my favorite Termux
## Video Installation
> Click this thumbnail below to see video installation
[](https://www.youtube.com/watch?v=sYkNxK_44Zg "myTermux - Installation")
## Installation Dependecies
> **Attention!**
>
> - [Termux must be **F-Droid** Version](https://f-droid.org/en/packages/com.termux/) because Termux from Playstore no longer maintained because there are some problems with the Playstore publishing
> - [Termux:API must be installed](https://f-droid.org/en/packages/com.termux.api/) myTermux use API command from Termux:API like fetch `termux-battery-status`
Update Repository & Upgrade Package```bash
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```bash
pkg i -y git bc
```
## Installation myTermux
Clone or Download This Repository```bash
git clone --depth=1 https://github.com/mayTermux/myTermux.git
```
Run Script Installer- Move to Folder
```bash
cd myTermux
```- export variable `COLUMNS` and `LINES`
> This variable function so that the installer script can read the
> `column` and `row` widths of Termux Application so that later it
> matches the output during the installation process.```bash
export COLUMNS LINES
```- Execute Installer
```bash
./install.sh
```
> If you get error message `Please Zoom Out`.
> Zoom Out on Termux Application then run again the script> If 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
## :camera_flash: Screenshots
> This screenshot take by [**Awesomeshot**](https://github.com/mayTermux/awesomeshot) and system fetch by [**rxfetch-termux**](https://github.com/mayTermux/rxfetch-termux)
- System Fetch
> rxfetch

> neofetch

- Colorscheme (Theme)
> Change colorscheme or theme with command:
```bash
chcolor
```
Show Preview
- Fonts
> Change font used with command:
```bash
chfont
```
- ZSH Theme
> Change ZSH Theme with command:
```bash
chzsh
```
- [NVIM] - Text Editor

Show Theme
- [NCMPCPP] - Music Player

- [COLORTOYS] - Pipes

- [COLORTOYS] - Panes, Bar, Bloks

- [NYANCAT]

## Credits
- [siduck](https://github.com/siduck) Neovim Setup (NvChad), Colorscheme (onedark-siduck)
- [owl4ce](https://github.com/owl4ce) First time getting to know dotfiles
- [adi1090x](https://github.com/adi1090x) Termux Setup
- [bandithijo](https://github.com/bandithijo) Awesome screenshot like MacOS using imagemagick script
- [lwotcynna](https://github.com/lwotcynna) Contibutor
- [nekonako](https://github.com/nekonako) Colorscheme nekonako-djancoeg, nekonako-hue, nekonako-om-mar
- [Dotfiles Indonesia](https://t.me/dotfiles_id)
- [Vim Indonesia](https://t.me/VimID)
- [Bashid.org](https://t.me/bashidorg)## Colorscheme
- [catppuccin/termux](https://github.com/catppuccin/termux)