Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadmantfa/helpers
Different things which can help setup some stuff
https://github.com/deadmantfa/helpers
Last synced: 27 days ago
JSON representation
Different things which can help setup some stuff
- Host: GitHub
- URL: https://github.com/deadmantfa/helpers
- Owner: deadmantfa
- License: mit
- Created: 2023-05-30T04:37:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-30T11:11:59.000Z (over 1 year ago)
- Last Synced: 2024-10-11T19:33:45.686Z (3 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Helper Scripts Repository
This repository contains a collection of helper scripts designed to automate common tasks and make your life easier.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Scripts](#scripts)
- [Contributing](#contributing)
- [License](#license)## Installation
To use these scripts, clone this repository to your local machine:
```bash
git clone https://github.com/deadmantfa/helpers.git
```## Usage
Each script in this repository is standalone. To use a script, navigate to the directory containing the script and run it from the terminal. For example:
```bash
cd helperscripts
chmod +x script_name.sh
./script_name.sh
```Replace `script_name.sh` with the name of the script you want to run.
## Scripts
Here's a brief overview of the scripts included in this repository:
- `install_ffmpeg.sh`: This script installs FFmpeg on macOS using Homebrew and keeps it up-to-date.
## Contributing
We welcome contributions! If you have a script you'd like to add, please feel free to make a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.