https://github.com/eggplants/setup-termux.sh
My Termux setup for git / ssh portable client
https://github.com/eggplants/setup-termux.sh
Last synced: over 1 year ago
JSON representation
My Termux setup for git / ssh portable client
- Host: GitHub
- URL: https://github.com/eggplants/setup-termux.sh
- Owner: eggplants
- Created: 2021-09-28T17:00:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T21:57:05.000Z (over 1 year ago)
- Last Synced: 2025-03-19T07:19:04.617Z (over 1 year ago)
- Language: Shell
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Termux setup for mobile git / ssh client
After [Termux](https://termux.dev) installed:
```bash
# select `Single mirror` > `default` to make `pkg` faster
termux-change-mirror
# enable to access local storage
termux-setup-storage
# locate my.gpg key
mv ~/storage/downloads/sec ~/.sec.key
# setup
curl -sL 'https://raw.githubusercontent.com/eggplants/setup-termux.sh/refs/heads/master/setup-termux.sh' | bash
```

## Family
- [eggplants/setup-macos.sh](https://github.com/eggplants/setup-macos.sh)
- [eggplants/setup-termux.sh](https://github.com/eggplants/setup-termux.sh) <- here
- [eggplants/setup-ubuntu.sh](https://github.com/eggplants/setup-ubuntu.sh)
- [eggplants/SetupWindows.ps1](https://github.com/eggplants/SetupWindows.ps1)