https://github.com/steguiosaur/termux-dotfiles
minimal termux dotfile configurations
https://github.com/steguiosaur/termux-dotfiles
config configuration-files dotfiles termux
Last synced: 3 months ago
JSON representation
minimal termux dotfile configurations
- Host: GitHub
- URL: https://github.com/steguiosaur/termux-dotfiles
- Owner: steguiosaur
- License: gpl-3.0
- Created: 2022-09-03T08:44:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T00:01:19.000Z (almost 2 years ago)
- Last Synced: 2025-10-30T05:26:08.378Z (8 months ago)
- Topics: config, configuration-files, dotfiles, termux
- Language: Shell
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termux Dotfiles Configuration
Personal dotfile configuration
## Configurations
- **TERMINAL**: Monokai *(modified background)*
- **SHELL**: fish *(etc: bash, zsh)*
- **FONT**: Hack Nerd Font
- **EDITOR: Neovim** - config from [steguiosaur/nvole](https://github.com/steguiosaur/nvole.git)
## Install
1. Do `pkg install -y git` if git is not installed
```console
git clone https://github.com/steguiosaur/termux-dotfiles.git
cd termux-dotfiles/
./install
```
2. If installer cannot be executed, do:
```console
chmod +x install
./install
```