Welcome to sudo-quotes a delightful way to enhance your command-line experience with inspiring, humorous, and thought-provoking quotes from the world of Free Software and GNU/Linux.
sudo-quotes
is a lightweight Shell script that injects a dose of inspiration into your command-line routine. Each time you open a new terminal, you'll be greeted with a random quote from the world of Free Software and GNU/Linux, making your terminal sessions more enjoyable and thought-provoking.
To install sudo-quotes
, follow these steps:
- Clone the repository:
git clone https://github.com/cyberllloner/sudo-quotes.git
- Navigate to the project directory:
cd sudo-quotes
- Make the script executable:
chmod +x sudo-quotes.sh
- To run the script every time a new terminal is opened, add the following line to your shell profile (e.g.,
~/.bashrc
or~/.zshrc
):Replaceecho "/path/to/sudo-quotes/sudo-quotes.sh" >> ~/.bashrc
/path/to/sudo-quotes/
with the actual path to thesudo-quotes
directory. - Apply the changes to your shell profile:
source ~/.bashrc
Every time you open a new terminal, a random quote will be displayed.
We welcome contributions from the community! Here's how you can contribute:
- Fork the repository: Click the "Fork" button on the top right of the repository page.
- Edit
quotes.txt
: Add your quote in the formatQuote - Source
on a new line. - Commit and create a pull request.
- Fork the repository: Click the "Fork" button on the top right of the repository page.
- Edit
greetings.txt
: Add your greeting on a new line. - Commit and create a pull request.
- Fork the repository by clicking the "Fork" button on the top right of the repository page.
- Clone your forked repository:
git clone https://github.com/your-username/sudo-quotes.git cd sudo-quotes
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes:
Edit the files as needed to implement your feature.
- Stage your changes:
git add .
- Commit your changes:
git commit -m "Add: your feature"
- Push to your branch:
git push origin feature/your-feature
- Open a pull request:
Navigate to the original repository on GitHub (the one you forked from) and click the "New pull request" button. Select your forked repository and the branch you just pushed to propose merging your changes into the original repository's main branch.
- Describe your changes:
Fill out the pull request form with a title and description of the changes you made. This helps the maintainers understand your contribution.
- Submit the pull request:
Click the "Create pull request" button to submit your changes for review.