Welcome to the beginner-friendly repository for learning Git, GitHub, and Bash scripting! This repository is designed to serve as a collection of "Good First Issues" for juniors to practice the open-source PR workflow.
To try out any of the scripts in this repository locally, first navigate to this repository directory. Then, add the scripts folder to your current $PATH so you can call them directly by name.
cd "path/to/this/repository"
export PATH="$PATH:$PWD/scripts"
# Now you can run the scripts by their name, for example:
theme-colors
sys-infoWherever there is work to do, there will be a comment present with the word TODO:. Your task is to pick a script, read what the TODO asks for, write the missing code, and submit a PR!
Please refer to the CONTRIBUTING.md file for step-by-step instructions on making your first pull request.