{"id":29107722,"url":"https://github.com/umarquez/rbpi-tools","last_synced_at":"2025-08-10T06:14:07.214Z","repository":{"id":301486285,"uuid":"1009368083","full_name":"umarquez/rbpi-tools","owner":"umarquez","description":"Tools and scripts for setting up a Raspberry Pi","archived":false,"fork":false,"pushed_at":"2025-06-27T05:05:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-27T05:38:28.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umarquez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-06-27T02:45:26.000Z","updated_at":"2025-06-27T05:05:46.000Z","dependencies_parsed_at":"2025-06-27T05:48:33.330Z","dependency_job_id":null,"html_url":"https://github.com/umarquez/rbpi-tools","commit_stats":null,"previous_names":["umarquez/rbpi-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umarquez/rbpi-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2Frbpi-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2Frbpi-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2Frbpi-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2Frbpi-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umarquez","download_url":"https://codeload.github.com/umarquez/rbpi-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2Frbpi-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269683687,"owners_count":24458736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2025-06-29T05:39:20.295Z","updated_at":"2025-08-10T06:14:07.190Z","avatar_url":"https://github.com/umarquez.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry Pi Tools (rbpi-tools)\n\nColección de scripts y *Makefile* para configurar rápidamente una Raspberry Pi (Bookworm, ARM64) como estación de desarrollo multimedia.\n\n## Características\n\n* Instalación automatizada de:\n  * Dependencias de compilación comunes (build-essential, cmake, git-delta…).\n  * [Fastfetch](https://github.com/fastfetch-cli/fastfetch) – System info CLI.\n  * [Go](https://go.dev/) con versión y arquitectura parametrizables.\n  * [Sonic Pi](https://sonic-pi.net/) 4.5.1.\n  * [Starship](https://starship.rs/) prompt + integración con `~/.bashrc` o `~/.zshrc`.\n* Scripts idempotentes y portables – `set -euo pipefail`, clonado *shallow*, limpieza tras compilación.\n* Lint (`make lint`) con **shellcheck** y **shfmt**.\n* Tests (`make test`) basados en **Bats**.\n* Flujo CI listo para GitHub Actions.\n\n## Requisitos\n\n* Raspberry Pi con Raspberry Pi OS Bookworm 64-bit.\n* Usuario con permisos `sudo` sin contraseña.\n* Acceso a internet.\n\n## Instalación rápida\n\n```bash\n# Clonar el repo\n$ git clone https://github.com/tu-usuario/rbpi-tools.git\n$ cd rbpi-tools\n\n# Ejecutar instalación completa\n$ make setup\n```\n\n\u003e **Nota:** `make setup` puede tardar varios minutos — compila *Fastfetch* desde el código fuente.\n\n### Instalar componentes individuales\n\n```bash\n# Solo dependencias base\nmake deps\n\n# Solo Starship\nmake starship\n```\n\n## Uso\n\nUna vez completado `make setup`, abre una nueva terminal o ejecuta:\n\n```bash\nsource ~/.bashrc   # o ~/.zshrc\n```\n\nDeberías ver Fastfetch y el prompt de Starship al iniciar sesión.\n\n## Desarrollo\n\n* Lint: `make lint`\n* Tests: `make test`\n* Limpiar artefactos: `make clean`\n\nInstala *pre-commit* hooks:\n\n```bash\npip install pre-commit\npre-commit install\n```\n\n## Contribuir\n\nSe aceptan PRs con nuevas utilidades o mejoras. Por favor, abre un *issue* antes para discutir cambios mayores.\n\n## Licencia\n\nEste proyecto se distribuye bajo la licencia **MIT**. Consulta el archivo `LICENSE` para más información.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumarquez%2Frbpi-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumarquez%2Frbpi-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumarquez%2Frbpi-tools/lists"}