Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steguiosaur/termux-dotfiles
minimal termux dotfile configurations
https://github.com/steguiosaur/termux-dotfiles
config configuration-files dotfiles termux
Last synced: 27 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T00:01:19.000Z (5 months ago)
- Last Synced: 2024-07-21T01:22:31.683Z (5 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
```