https://github.com/srinath10x/termux-setup
๐ Welcome to Termux-Setup, your swift path to a hassle-free Termux configuration! This tool automates the setup process, ensuring a quick and efficient installation of essential packages. ๐ฆ Say goodbye to manual setups and embrace a seamless start to your Termux journey. Get your environment up and running in no time with Termux-Setup! ๐งโจ
https://github.com/srinath10x/termux-setup
termux termux-environment termux-setup termux-style termux-styling
Last synced: 10 months ago
JSON representation
๐ Welcome to Termux-Setup, your swift path to a hassle-free Termux configuration! This tool automates the setup process, ensuring a quick and efficient installation of essential packages. ๐ฆ Say goodbye to manual setups and embrace a seamless start to your Termux journey. Get your environment up and running in no time with Termux-Setup! ๐งโจ
- Host: GitHub
- URL: https://github.com/srinath10x/termux-setup
- Owner: Srinath10X
- License: gpl-3.0
- Created: 2023-12-29T16:00:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:06:23.000Z (over 1 year ago)
- Last Synced: 2024-12-14T14:19:09.011Z (over 1 year ago)
- Topics: termux, termux-environment, termux-setup, termux-style, termux-styling
- Language: Shell
- Homepage:
- Size: 1.61 MB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# termux-setup
A simple and hassle-free Termux configuration! This script automates the setup process, ensuring a quick and efficient installation of essential packages.
## Showcase

## Table of Contents
- [Installation](#installation)
- [Themes](#themes)
- [pfetch](#pfetch)
- [Contributing](#contributing)
- [License](#license)
# Installation
1. Install [Termux](https://f-droid.org/en/packages/com.termux/) on your Android device if you haven't already.
2. Open Termux and ensure it's up to date by executing:
```bash
apt update && yes | apt upgrade
```
3. Again update the packages & Install git :
```bash
apt update -y && apt install git -y
```
4. Run the setup script:
```bash
bash -c "$(curl -s https://raw.githubusercontent.com/Srinath10X/termux-setup/main/install.sh)"
```
5. Restart the Termux for the changes to take effect.
## Themes
Discover a total of 12 themes, each boasting a unique color scheme and design, within the themes directory. Feel free to explore the options and select a theme that aligns with your preference.
## Pfetch
Included in this repository is the pfetch package. pfetch is a system information tool that presents details about your system in an appealing way. Execute pfetch in your terminal to witness the elegance firsthand.
## Contributing
We invite you to contribute to this repository! Whether you're creating new themes, refining existing ones, or suggesting innovative concepts, here's how you can get involved:
1. Fork this repository.
2. Create a new branch for your contribution:
```bash
git checkout -b feature/theme-name
```
3. Add your theme file to the themes directory.( to .termux/colors and don
t forgot to add the .properties extension )
4. Update the README to incorporate information about your new theme.
5. Commit your changes and push them to your forked repository.
6. Initiate a pull request to this repository's main branch.
## License
This repository is licensed under the [GPL](LICENSE). You possess the freedom to use, modify, and distribute the themes and pfetch as per your preferences.
---
Experience the fusion of Termux Themes and pfetch, right here in this repository! If you have queries, feedback, or suggestions, feel free to reach out. Embark on a journey of creative terminal customization and system insight!