movefiles.sh | ||
README.md |
crunchbang
A collection of useful bash scripts to enhance your command-line experience and automate common tasks.
🚀 Overview
This repository contains a curated set of bash scripts that can help streamline your workflow, automate repetitive tasks, and make your command-line experience more efficient. Each script is well-documented and designed to be easily integrated into your daily routine.
📦 Installation
- Clone the repository:
git clone https://git.okseby.com/okseby/crunchbang.git
cd crunchbang
- Make the scripts executable:
chmod +x *.sh
- (Optional) Add the repository to your PATH:
echo 'export PATH="$PATH:$(pwd)"' >> ~/.bashrc
# or for zsh
echo 'export PATH="$PATH:$(pwd)"' >> ~/.zshrc
🛠️ Available Scripts
Each script in this collection serves a specific purpose. Here's a brief overview of what's available:
- (Scripts will be listed here as they are added)
📖 Usage
Each script includes its own documentation and usage instructions. You can view the help for any script by running:
./script-name.sh --help
🤝 Contributing
Contributions are welcome! If you have a useful bash script that you'd like to share:
- Fork the repository
- Create a new branch for your feature
- Add your script to the root directory
- Update the README with information about your script
- Submit a pull request
Please ensure your scripts:
- Include proper documentation
- Follow bash best practices
- Include error handling
- Are tested thoroughly
📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
⭐ Support
If you find these scripts useful, please consider giving the repository a star! For issues, feature requests, or questions, please open an issue in the GitLab repository.
Made with ❤️ by [Your Name]