Personal dotfiles for Termux on Android with a cohesive Tokyo Night theme.
- Termux: Terminal configuration with Tokyo Night Moon colors
- Fish Shell: Minimal prompt, custom functions, Tokyo Night themes
- Neovim: LazyVim setup with mini.statusline and custom theme
- eza: Modern
lsreplacement with Tokyo Night theme
# Install required packages
pkg install git nvim eza fish lolcat-rs
# Clone this repo
git clone <your-repo-url> ~/dotfiles
# Copy configs to appropriate locations
cp -r ~/dotfiles/.termux ~/
cp -r ~/dotfiles/fish ~/.config/
cp -r ~/dotfiles/eza ~/.config/
cp -r ~/dotfiles/nvim ~/.config/
cp ~/dotfiles/motd.fish $PREFIX/etc/
# Apply Termux settings
termux-reload-settings
# Set Fish as default shell (optional)
chsh -s fishAll tools use the Tokyo Night color scheme for a consistent visual experience.
- Extremely minimal prompts
- Fullscreen terminal
- Dark UI with underline cursor (no blinking)
- Icons everywhere
- Rainbow MOTD via lolcat-rs
dotfiles/
├── .termux/ # Terminal config + colors
├── fish/ # Shell config + functions + themes
├── eza/ # File listing theme
├── nvim/ # Neovim LazyVim config
└── motd.fish # Welcome message
Prompt: Minimal left prompt with green arrow ``, right prompt shows current directory basename.
Functions:
lsaliased toeza- Empty fish greeting
- Four Tokyo Night theme variants available
- Termux:
termux-reload-settings(some changes need app restart) - Fish: Changes take effect in new shells
- Neovim: Restart editor or
:Lazy sync
Set EZA_COLORS if you want to customize eza colors further:
set -Ux EZA_CONFIG_DIR ~/.config/eza