An open API service indexing awesome lists of open source software.

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

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.