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! πŸ”§βœ¨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! πŸ”§βœ¨

Showcase

showcase

Table of Contents

Installation

  1. Install Termux on your Android device if you haven't already.
  2. Open Termux and ensure it's up to date by executing:
apt update && yes | apt upgrade
  1. Again update the packages & Install git :
apt update -y  && apt install git -y
  1. Run the setup script:
bash -c "$(curl -s https://raw.githubusercontent.com/Srinath10X/termux-setup/main/install.sh)"
  1. 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:
git checkout -b feature/theme-name
  1. Add your theme file to the themes directory.( to .termux/colors and don t forgot to add the .properties extension )
  2. Update the README to incorporate information about your new theme.
  3. Commit your changes and push them to your forked repository.
  4. Initiate a pull request to this repository's main branch.

License

This repository is licensed under the GPL. 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!

About

πŸš€ 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! πŸ”§βœ¨

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%