https://github.com/ayanrajpoot10/termuxify
Termuxify - Terminal customization tool for Termux
https://github.com/ayanrajpoot10/termuxify
apt bash color-scheme customization debian fonts script termux
Last synced: 3 months ago
JSON representation
Termuxify - Terminal customization tool for Termux
- Host: GitHub
- URL: https://github.com/ayanrajpoot10/termuxify
- Owner: ayanrajpoot10
- License: mit
- Created: 2025-04-06T13:38:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T10:42:57.000Z (about 1 year ago)
- Last Synced: 2025-06-21T16:07:03.927Z (about 1 year ago)
- Topics: apt, bash, color-scheme, customization, debian, fonts, script, termux
- Language: Shell
- Homepage:
- Size: 5.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TermuXify
Terminal customization tool for Termux
## Installation
```bash
# Add the apt repository
echo "deb [trusted=yes] https://ayanrajpoot10.github.io/termuxify/ stable main" >> $PREFIX/etc/apt/sources.list
# Install termuxify
pkg install termuxify
```
After installation, you can run termuxify from anywhere by typing:
```bash
termuxify
```
## Features
### Appearance
- **Font Customization**: 7+ fonts including FiraCode, Hack Nerd Font, JetBrains Mono
- **Color Schemes**: 150+ professional themes including Dracula, Nord, Gruvbox, Tokyo Night, Catppuccin variants
- **Cursor Styling**: Block, underline, bar styles with configurable blinking
- **Random Theme**: Discover new themes with random selection
### Configuration
- **MOTD**: Customize your Message of the Day
- **Default Directory**: Set custom startup directory
- **Fullscreen Mode**: Toggle fullscreen with workaround options
### Management
- **Alias System**: Create and manage terminal shortcuts (Bash/Zsh support)
- **Configuration Backup**: Automatic backup and restoration of settings
## Contributing
Found a bug or want to add a new theme? Contributions are welcome!
1. Fork the repository
2. Create your feature branch
3. Submit a pull request
## License
This project is open source. See the LICENSE file for details.