Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suraj-singh12/BashScripts
It is a collection of scripts written for performing complex operations in an easy one command manner. Adds enhancements to Linux OS. Simplifies a daily user need. Open Source.
https://github.com/suraj-singh12/BashScripts
bash bash-script hacktoberfest hacktoberfest2022 linux linux-desktop
Last synced: 3 months ago
JSON representation
It is a collection of scripts written for performing complex operations in an easy one command manner. Adds enhancements to Linux OS. Simplifies a daily user need. Open Source.
- Host: GitHub
- URL: https://github.com/suraj-singh12/BashScripts
- Owner: suraj-singh12
- Created: 2021-10-03T19:37:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T16:39:01.000Z (over 1 year ago)
- Last Synced: 2024-06-11T12:47:31.704Z (5 months ago)
- Topics: bash, bash-script, hacktoberfest, hacktoberfest2022, linux, linux-desktop
- Language: Shell
- Homepage:
- Size: 66.4 KB
- Stars: 8
- Watchers: 1
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- jimsghstars - suraj-singh12/BashScripts - It is a collection of scripts written for performing complex operations in an easy one command manner. Adds enhancements to Linux OS. Simplifies a daily user need. Open Source. (Shell)
README
# BashScripts
This repository contains a collection of bash scripts that are written for various purposes. The scripts are organized into folders based on their purpose. Bash scripts are basically a list of instructions to tell another program what to do.
## Aim
The repo aims at having shell scripts that ease a normal user's life, or add enhancements. These scripts act as multiple components adding towards the same goal.
## Add your bash scripts that you believe can make life easy.
### For example:
- It can be a script that allows one to update/upgrade his distro in just one command
- A script that simplifies the installation of tools/packages for someone who is newbie
- A script that changes the shell theme/icon theme/font on each reboot of the system (that would give a fresh look after every reboot)
- A script that checks the health of system and reports in terminal (using ascii art/or any other method [you may use all that is available to you, to make good things look more beautiful]) that is appealing
- There can be endless things, I believe you could've got an idea of what this repo is for. So, I invite you to contribute to this repo, and show off your scripting powers.
## Contribution guidelines
- Add your script in the Scripts folder
- Add a README.md file in the Scripts folder, that contains the following:
- Name of the script
- Description of the script
- How to use the script
- How to install the script
- Any other information that you feel is important## How to contribute
- Fork the repo
- Clone the repo
- Create a new branch
- Add your script
- Add a README.md file
- Commit and push
- Create a pull request_for more info_, Kindly check the `CONTRIBUTING.md`.