This repository contains configuration files and scripts for customizing and optimizing the Termux environment.
The repository is organized as follows:
.
├── .bashrc
├── .config
│ ├── fastfetch
│ ├── nvim
│ │ ├── init.lua
│ │ ├── lazy-lock.json
│ │ └── lua
│ ├── scripts
│ └── starship.toml
├── .termux
└── assets
This repository relies on the following software:
- NeoVim: A hyperextensible, modern text editor.
- Starship: A minimal, blazing-fast, and customizable prompt for any shell.
- Fastfetch: A fast and lightweight system information tool.
- Clone the repository:
git clone https://github.com/ashudevcodes/termux-dotfile.git
- Navigate into the repository:
cd termux-dotfile - Copy the configuration files to the appropriate locations in your Termux environment.
- Install the required software listed above.
- write a install script to automate the download and setup
