Skip to content

kaan-escober/dotfiles-termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termux Dotfiles

Personal dotfiles for Termux on Android with a cohesive Tokyo Night theme.

What's Included

  • 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 ls replacement with Tokyo Night theme

Installation

# 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 fish

Theme

All tools use the Tokyo Night color scheme for a consistent visual experience.

Visual Style

  • Extremely minimal prompts
  • Fullscreen terminal
  • Dark UI with underline cursor (no blinking)
  • Icons everywhere
  • Rainbow MOTD via lolcat-rs

Structure

dotfiles/
├── .termux/          # Terminal config + colors
├── fish/             # Shell config + functions + themes
├── eza/              # File listing theme
├── nvim/             # Neovim LazyVim config
└── motd.fish         # Welcome message

Fish Shell

Prompt: Minimal left prompt with green arrow ``, right prompt shows current directory basename.

Functions:

  • ls aliased to eza
  • Empty fish greeting
  • Four Tokyo Night theme variants available

Applying Changes

  • Termux: termux-reload-settings (some changes need app restart)
  • Fish: Changes take effect in new shells
  • Neovim: Restart editor or :Lazy sync

Environment Variables

Set EZA_COLORS if you want to customize eza colors further:

set -Ux EZA_CONFIG_DIR ~/.config/eza

About

Termux dotfiles with Tokyo Night theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published