Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronynn/dotfiles
For my termux setup on multiple devices
https://github.com/ronynn/dotfiles
bash dotfiles linux termux
Last synced: about 1 month ago
JSON representation
For my termux setup on multiple devices
- Host: GitHub
- URL: https://github.com/ronynn/dotfiles
- Owner: ronynn
- License: gpl-3.0
- Created: 2024-06-08T22:14:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T15:05:26.000Z (7 months ago)
- Last Synced: 2024-06-09T16:41:08.008Z (7 months ago)
- Topics: bash, dotfiles, linux, termux
- Language: Shell
- Homepage:
- Size: 888 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles for Termux Setup
Welcome to my dotfiles repository for setting up Termux to program in Ruby and Tweego, along with some nanorc files and custom Termux properties. This setup is designed to enhance your Termux experience and streamline your programming setup workflow.
## Features
- **Ruby Programming Environment**: Configure Termux for Ruby programming with essential tools and settings.
- **Tweego Setup**: Includes configurations for Tweego, a tool for creating interactive fiction using the Twee markup language.
- **Nanorc Files**: Customized nanorc files for improved syntax highlighting and editing experience.
- **Termux Properties**: Copy of custom Termux properties for personalized settings.
- **Screenshot**: A screenshot showcasing the setup for quick reference.## Installation
1. Clone this repository to your Termux home directory:
```bash
git clone https://github.com/ronynn/dotfiles.git ~/.dotfiles
```2. Run the setup script to apply configurations:
```bash
cd ~/.dotfiles
./setup.sh
```3. Follow any on-screen instructions to complete the setup process.
## Usage
- **Ruby Programming**: Start coding in Ruby by launching the configured environment.
- **Tweego Development**: Create interactive fiction projects using Tweego with the provided settings.
- **Nanorc Files**: Enjoy improved syntax highlighting in the nano text editor.
- **Custom Termux Properties**: Experience a personalized Termux interface with the copied properties.## Screenshots
![Termux Setup Screenshot](screenshot.png)## Support
For any issues or feedback, please open an [issue](https://github.com/ronynn/dotfiles/issues) on this repository.Happy coding! 🚀