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 4 years ago)
 - Default Branch: main
 - Last Pushed: 2024-10-10T18:51:57.000Z (about 1 year ago)
 - Last Synced: 2025-07-06T15:45:32.308Z (4 months ago)
 - Topics: bash, bash-script, hacktoberfest, hacktoberfest2022, linux, linux-desktop
 - Language: Shell
 - Homepage:
 - Size: 75.2 KB
 - Stars: 7
 - 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`.