https://github.com/ashudevcodes/termux-dotfile
Termux Dotfile
https://github.com/ashudevcodes/termux-dotfile
termux termux-dotfiles
Last synced: about 1 year ago
JSON representation
Termux Dotfile
- Host: GitHub
- URL: https://github.com/ashudevcodes/termux-dotfile
- Owner: ashudevcodes
- Created: 2025-05-04T08:31:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T18:16:21.000Z (about 1 year ago)
- Last Synced: 2025-05-19T00:16:45.749Z (about 1 year ago)
- Topics: termux, termux-dotfiles
- Language: Lua
- Homepage:
- Size: 1.46 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Termux Dotfile

This repository contains configuration files and scripts for customizing and optimizing the Termux environment.
## Directory Structure
The repository is organized as follows:
```
.
├── .bashrc
├── .config
│ ├── fastfetch
│ ├── nvim
│ │ ├── init.lua
│ │ ├── lazy-lock.json
│ │ └── lua
│ ├── scripts
│ └── starship.toml
├── .termux
└── assets
```
## Key Software Used
This repository relies on the following software:
1. **[NeoVim](https://neovim.io/)**: A hyperextensible, modern text editor.
2. **[Starship](https://starship.rs/)**: A minimal, blazing-fast, and customizable prompt for any shell.
3. **[Fastfetch](https://github.com/LinusDierheimer/fastfetch)**: A fast and lightweight system information tool.
## How to Use
1. Clone the repository:
```bash
git clone https://github.com/ashudevcodes/termux-dotfile.git
```
2. Navigate into the repository:
```bash
cd termux-dotfile
```
3. Copy the configuration files to the appropriate locations in your Termux environment.
4. Install the required software listed above.
## TODO
- write a install script to automate the download and setup