Personal Android (Termux) dotfiles and configuration setup.
This repository contains my custom environment for a fast, minimal, and efficient workflow on Android β focused on performance, media playback, and developer convenience.
- π§ Optimized Termux environment
- π₯ MPV configuration for high-quality anime playback
- β‘ FFmpeg setup (hardware acceleration ready)
- π Shell customization (aliases, prompt, etc.)
- π¦ Useful scripts and automation tools
.
βββ termux/
β βββ bashrc
β βββ aliases
β βββ packages.txt
βββ mpv/
β βββ mpv.conf
βββ ffmpeg/
β βββ notes.txt
βββ scripts/
Clone the repo:
git clone https://github.com/itachi-re/dotfiles-android.git
cd dotfiles-androidApply configs manually or symlink:
ln -s ~/dotfiles-android/termux/bashrc ~/.bashrcKey features:
- Hardware decoding (MediaCodec)
- High-quality scaling
- Proper subtitle rendering (libass)
-
Installed via Termux
-
Supports:
- x264 / x265 / AV1
- libass (subtitles)
- MediaCodec (hardware acceleration)
- Android device (root optional)
- Termux (F-Droid version recommended)
- Basic Linux knowledge
This setup is tuned for:
- Smooth anime playback
- Low resource usage
- Clean workflow
- Add install script
- Add Niri / Wayland experiments
- Improve automation
MIT (or choose your preferred license)