- Dual theme options (Dark/Color)
- Powerlevel10k Zsh prompt
- Custom Nerd Fonts
- Pre-configured Neovim IDE
- One-click installation
- Automatic dependency resolver
~/Tmx-theme/
βββ π install.sh # Main installation script
βββ π black/ # Dark theme package
β βββ π¨ font.ttf # Nerd Font for icons
β βββ βοΈ termux.properties # Termux settings/config
β βββ ποΈ colors.properties # Color scheme definitions
β βββ π§ .zshrc # ZSH configuration file
β βββ β‘ .p10k.zsh # Powerlevel10k theme config
β βββ πΌοΈ .banner.sh # Custom login banner script
β βββ π .draw # ASCII art database
β βββ βοΈ .draw.sh # Drawing script
β βββ π zshrc # System-wide ZSH config
β βββ ποΈ ASCII-Shadow.flf # Custom figlet font
βββ π color/ # Color same us black
- for termux
pkg update -y && \
pkg upgrade -y && \
pkg install git -y && \
git clone https://github.com/tharindu899/Tmx-theme.git ~/Tmx-theme && \
cd ~/Tmx-theme && \
chmod +x install.sh
bash install.sh
- for ubuntu
sudo apt update -y && \
sudo apt upgrade -y && \
sudo apt install git -y && \
git clone https://github.com/tharindu899/Tmx-theme.git ~/Tmx-theme && \
cd ~/Tmx-theme && \
chmod +x ubuntu.sh
bash ubuntu.sh
Color Theme | Black Theme |
---|---|
Config File | Destination |
---|---|
theme/*/font.ttf |
$HOME/.termux/font.ttf |
theme/*/.zshrc |
$HOME/.zshrc |
theme/*/termux.properties |
$HOME/.termux/termux.properties |
Category | Tools |
---|---|
Core | Zsh, Git, Python, Ruby, Nodejs |
CLI Tools | Lsd, Bat, Ripgrep, Fzf, Lazygit |
Development | Neovim, Lua, LSP, Debuggers |
Visual | Figlet, Lolcat, Ncurses-utils |
# Re-run installer
bash ~/Tmx-theme/install.sh
~/.termux/
~/.zshrc
~/.p10k.zsh
~/.config/nvim/
# Using installer
bash ~/Tmx-theme/install.sh # Choose option 3
# Manual removal
rm -rf ~/.termux ~/.zsh* ~/.oh-my-zsh ~/.config/nvim
termux-reload-settings
- Allow Termux storage permissions
- Restart Termux after installation
- First launch may take 2-3 minutes
β¨ Pro Tip: Press Ctrl + T
to launch the file manager instantly!
π» Crafted with β€οΈ by [Tharindu899]
π Credits: Inspired by the amazing work of remo7777 β
π¬ Need Help? Reach out: Gmail