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 and commit them:
git commit -am "Add: your feature"
- Push to the branch:
git push origin feature/your-feature
- Open a pull request by navigating to your forked repository on GitHub and clicking the "New pull request" button.