https://github.com/theobori/scripts-collection
My personal shell scripts collection
https://github.com/theobori/scripts-collection
bash collection scripts utilities
Last synced: 2 months ago
JSON representation
My personal shell scripts collection
- Host: GitHub
- URL: https://github.com/theobori/scripts-collection
- Owner: theobori
- License: mit
- Created: 2023-01-21T16:30:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T18:18:20.000Z (3 months ago)
- Last Synced: 2025-01-28T19:26:46.684Z (3 months ago)
- Topics: bash, collection, scripts, utilities
- Language: Shell
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts collection
[](https://github.com/theobori/scripts-collection/actions/workflows/build.yml)
[](https://builtwithnix.org)
This repository contains some shell scripts I have made. Most of them are made for Bash. There are scripts for installing programs, games, utilities and even some designed to work with `i3blocks`.
## Getting started
Feel free to override `PREFIX_DIR` if needed with the Makefile.
For example you could install the scripts for the user only with the following command line.```bash
PREFIX_DIR=~/.local/ make install
```If you want to override the scripts that will be installed, feel free to edit the `INSTALL_SCRIPTS` target in the Makefile.
## Contribute
If you want to help the project, you can follow the guidelines in [CONTRIBUTING.md](./CONTRIBUTING.md).