https://github.com/kud/my-termux
https://github.com/kud/my-termux
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kud/my-termux
- Owner: kud
- Created: 2022-12-24T14:36:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T00:44:47.000Z (over 3 years ago)
- Last Synced: 2025-02-05T23:57:11.720Z (over 1 year ago)
- Language: Shell
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Termux

My own environment for Termux.
Scripts, themes, dotfiles.
All what I need.
## Requirements
- [Termux](https://f-droid.org/en/packages/com.termux)
Run scripts when your device boots.
## Installation
```shell
yes|pkg upgrade -y && pkg install -y openssl curl zsh && chsh -s zsh && termux-setup-storage && echo " " && echo "Done! Please exit and start Termux."
```
```
curl --silent https://raw.githubusercontent.com/kud/my-termux/main/core/start.sh -H 'Cache-Control: no-cache, no-store; Pragma: no-cache'|zsh
```
## Post-installation
- Set "Nancy" as style for Termux
- Set "Hack" as font-style for Termux
## Termux:Addons
- [Termux:Boot](https://f-droid.org/en/packages/com.termux.boot)
Run scripts when your device boots.
- [Termux:API](https://f-droid.org/en/packages/com.termux.api)
Access Android and Chrome hardware features.
- [Termux:Float](https://f-droid.org/en/packages/com.termux.window)
Run Termux in a floating window.
- [Termux:Styling](https://f-droid.org/en/packages/com.termux.styling)
Have color schemes and powerline-ready fonts customize the appearance of the Termux terminal.
- [Termux:Task](https://f-droid.org/en/packages/com.termux.tasker)
An easy way to call Termux executables from Tasker and compatible apps.
- [Termux:Widget](https://f-droid.org/en/packages/com.termux.widget)
Start small scriptlets from the home screen.