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

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! ๐Ÿ”งโœจ

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

![showcase](.termux/assets/banner.jpg)

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