Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

📱 dotfiles-android

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.


⚙️ Features

  • 🧠 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

📂 Structure

.
├── termux/
│   ├── bashrc
│   ├── aliases
│   └── packages.txt
├── mpv/
│   └── mpv.conf
├── ffmpeg/
│   └── notes.txt
└── scripts/

🚀 Setup

Clone the repo:

git clone https://github.com/itachi-re/dotfiles-android.git
cd dotfiles-android

Apply configs manually or symlink:

ln -s ~/dotfiles-android/termux/bashrc ~/.bashrc

🎥 MPV (Anime Optimized)

Key features:

  • Hardware decoding (MediaCodec)
  • High-quality scaling
  • Proper subtitle rendering (libass)

⚡ FFmpeg

  • Installed via Termux

  • Supports:

    • x264 / x265 / AV1
    • libass (subtitles)
    • MediaCodec (hardware acceleration)

🧩 Requirements

  • Android device (root optional)
  • Termux (F-Droid version recommended)
  • Basic Linux knowledge

🛠️ Notes

This setup is tuned for:

  • Smooth anime playback
  • Low resource usage
  • Clean workflow

📌 TODO

  • Add install script
  • Add Niri / Wayland experiments
  • Improve automation

📜 License

MIT (or choose your preferred license)

About

Personal Android + Termux dotfiles, configs, and scripts for a fast, minimal, and optimized setup (MPV, FFmpeg, shell, and more).

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors