{"id":50145222,"url":"https://github.com/richwrd/scripts","last_synced_at":"2026-05-24T03:34:40.094Z","repository":{"id":292639295,"uuid":"981475913","full_name":"richwrd/scripts","owner":"richwrd","description":"A curated collection of automation scripts for Linux system administration and configuration.","archived":false,"fork":false,"pushed_at":"2025-12-14T04:29:28.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-24T03:34:38.954Z","etag":null,"topics":["automation","bash-scripts","devops","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richwrd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-11T07:35:18.000Z","updated_at":"2025-12-14T04:39:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"1cb6748f-27e7-4f57-828e-b67b79b65599","html_url":"https://github.com/richwrd/scripts","commit_stats":null,"previous_names":["richwrd/scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/richwrd/scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richwrd%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richwrd%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richwrd%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richwrd%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richwrd","download_url":"https://codeload.github.com/richwrd/scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richwrd%2Fscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33420660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bash-scripts","devops","linux"],"created_at":"2026-05-24T03:34:39.077Z","updated_at":"2026-05-24T03:34:40.080Z","avatar_url":"https://github.com/richwrd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts Collection\n\n![Status](https://img.shields.io/badge/status-active-success)\n![Scripts](https://img.shields.io/badge/scripts-1%20available-blue)\n![License](https://img.shields.io/badge/license-MIT-green)\n\nA curated collection of automation scripts for Linux system administration and configuration. This repository provides production-ready tools for various scenarios, from initial setup to advanced infrastructure operations.\n\n---\n\n## 📑 Table of Contents\n\n- [Project Structure](#project-structure)\n- [Available Scripts](#available-scripts)\n- [Installation \u0026 Usage](#installation--usage)\n- [Roadmap](#roadmap)\n- [Contributing](#contributing)\n- [License](#license)\n- [Disclaimer](#disclaimer)\n\n---\n\n## 📂 Project Structure\n\n```\nscripts/\n│\n├── bootstrap/          # Initial system configuration\n│   └── zsh/           ✅ Available\n│\n├── infra/             # Infrastructure deployment \u0026 configuration\n│   └── k3s/           🔜 Coming soon\n│\n├── db/                # Database maintenance \u0026 operations\n│   └── backup/        🔜 Coming soon\n│\n└── security/          # System hardening \u0026 security\n  └── hardening/     🔜 Coming soon\n```\n\n---\n\n## 🚀 Available Scripts\n\n### Bootstrap\n\nScripts for initial configuration of development environments and servers.\n\n#### ZSH Setup\n**Location:** [`bootstrap/zsh/setup.sh`](bootstrap/zsh/setup.sh)\n\nAutomated script for Zsh installation and configuration with Oh My Zsh, including essential plugins and optimized themes.\n\n**Features:**\n- Complete Zsh and Oh My Zsh installation\n- Pre-configured plugins: `zsh-autosuggestions`, `zsh-syntax-highlighting`\n- Powerlevel10k theme\n- Intelligent auto-completion\n- Persistent configuration\n\n**Usage:**\n```bash\ncd bootstrap/zsh\nchmod +x setup.sh\n./setup.sh\n```\n\n**Requirements:**\n- OS: Ubuntu/Debian (adaptable to other distros)\n- Privileges: sudo\n- Estimated time: ~5 minutes\n\n---\n\n## 💻 Installation \u0026 Usage\n\n### Prerequisites\n- Linux system (Ubuntu/Debian recommended)\n- Git installed\n- sudo access\n\n### Clone Repository\n```bash\ngit clone \u003crepository-url\u003e\ncd scripts\n```\n\n### Running Scripts\nEach category has its own documentation. Navigate to the desired directory and follow the specific instructions in the local README.\n\n```bash\ncd \u003ccategory\u003e/\u003cscript\u003e\n./setup.sh\n```\n\n---\n\n## 🗓️ Roadmap\n\n| Category | Script | Status | Priority |\n|----------|--------|--------|----------|\n| Bootstrap | ZSH Setup | ✅ Complete | - |\n| Bootstrap | Tmux Config | 📋 Planned | High |\n| Infra | K3s Installation | 🚧 In progress | High |\n| Database | PostgreSQL Backup | 📋 Planned | High |\n| Security | System Hardening | 📋 Planned | High |\n\n**Legend:**\n- ✅ Complete and tested\n- 🚧 In development\n- 📋 Planned\n- 🔄 Under review\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! If you have a useful script or improvements to existing ones, feel free to contribute.\n\n### How to Contribute\n\n1. Fork the project\n2. Create a feature branch (`git checkout -b feature/NewScript`)\n3. Commit your changes (`git commit -m 'Add: change description'`)\n4. Push to the branch (`git push origin feature/NewScript`)\n5. Open a Pull Request\n\n### Guidelines\n\n- Each script must have its own README with clear instructions\n- Include appropriate error handling\n- Test in a controlled environment before submitting\n- Document dependencies and requirements\n- Follow project code conventions\n\n---\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## ⚠️ Disclaimer\n\n**IMPORTANT:** These scripts perform system modifications. Always:\n- Review the code before execution\n- Test in non-production environments first\n- Backup important configurations\n- Execute only on systems you administer\n- Verify compatibility with your distribution\n\nScripts are provided \"as is\", without warranties. Use in production environments is at your own risk.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**Built for the Linux community**\n\n[@richwrd](https://github.com/richwrd)\n\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichwrd%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichwrd%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichwrd%2Fscripts/lists"}