{"id":50345067,"url":"https://github.com/carvalhocaio/linux-drivers","last_synced_at":"2026-05-29T19:30:25.916Z","repository":{"id":344713353,"uuid":"1181241567","full_name":"carvalhocaio/linux-drivers","owner":"carvalhocaio","description":"Setup script for drivers and dev tooling.","archived":false,"fork":false,"pushed_at":"2026-05-27T14:57:30.000Z","size":4239,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T15:20:06.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/carvalhocaio.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-13T22:45:32.000Z","updated_at":"2026-05-27T13:21:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/carvalhocaio/linux-drivers","commit_stats":null,"previous_names":["carvalhocaio/ubuntu-drivers","carvalhocaio/linux-drivers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/carvalhocaio/linux-drivers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvalhocaio%2Flinux-drivers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvalhocaio%2Flinux-drivers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvalhocaio%2Flinux-drivers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvalhocaio%2Flinux-drivers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carvalhocaio","download_url":"https://codeload.github.com/carvalhocaio/linux-drivers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvalhocaio%2Flinux-drivers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33668185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":"2026-05-29T19:30:25.308Z","updated_at":"2026-05-29T19:30:25.898Z","avatar_url":"https://github.com/carvalhocaio.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ubuntu Setup\n\nSetup script for drivers and dev tooling.\n\n## What it updates\n\n| Step | Category | Packages |\n|------|----------|----------|\n| 1 | **System** | All system packages via `apt upgrade` |\n| 2 | **Video** | Mesa, Vulkan, Intel VA-API, `ubuntu-drivers` recommendations |\n| 3 | **Audio** | PipeWire, ALSA, Intel SOF firmware |\n| 4 | **Network** | Realtek Wi-Fi/Ethernet firmware, Bluetooth (BlueZ) |\n| 5 | **Security \u0026 Firmware** | Kernel, `intel-microcode`, `thermald`, TPM tools, Lenovo firmware via `fwupd` |\n| 6 | **Build + Brew** | `build-essential`, `libssl-dev`, and Homebrew bootstrap/update |\n| 7 | **Docker** | Docker Engine, CLI, containerd, Buildx, Compose plugin |\n| 8 | **Userland (Brew)** | `git`, `curl`, `wget`, `vim`, `fish`, `starship`, `asdf` |\n| 9 | **Shell + asdf** | Fish config, Starship config, Python 3.10.14, Node.js 24.14.0 |\n| 10 | **Fonts** | JetBrains Mono latest stable (download at runtime) |\n| 11 | **Tools** | Zed (via official install script) |\n| 12 | **Cleanup** | Remove orphaned packages and stale caches |\n| 13 | **AI Tooling** | Claude Code installer (current user) |\n| 14 | **AI Tooling** | OpenCode installer (current user) |\n| 15 | **CLI** | gh CLI via official apt repo (`cli.github.com`) |\n| 16 | **Terminal** | Warp latest `.deb` (download via `app.warp.dev/download?package=deb`) |\n| 17 | **Desktop** | Set GNOME wallpaper to `assets/wallpapers/red_distortion_3.jpg` (`zoom`) |\n\n## Hardware\n\n- **GPU:** Intel Iris Xe Graphics (TigerLake-LP GT2)\n- **Audio:** Intel Tiger Lake-LP Smart Sound Technology\n- **Network:** Realtek RTL8822BE (Wi-Fi/Bluetooth) + RTL8111 (Ethernet)\n- **Firmware:** Managed via [fwupd](https://fwupd.org/) (Lenovo LVFS support)\n\n## Usage\n\n### Recommended: via `git clone`\n\n```bash\ngit clone https://github.com/carvalhocaio/ubuntu-drivers.git\ncd ubuntu-drivers\nsudo ./setup.sh\n```\n\nThe script opens an interactive selector in the terminal (steps `1-5` are pre-selected by default):\n\n- Arrow keys: move\n- Space: check/uncheck a step\n- Enter: run selected steps\n- `a`: toggle all\n- `q`: quit\n\n### Via ZIP download\n\nIf you downloaded the repository as a `.zip` from GitHub, the execute bit **is not preserved**.\nYou need to grant it manually before running:\n\n```bash\nchmod +x setup.sh\nsudo ./setup.sh\n```\n\nThe script requires root privileges and will prompt for a reboot at the end if one is needed.\n\nNote for step 17 (Wallpaper): this step needs an active graphical login session for the selected user.\nIf no desktop session bus is available yet, the script will skip wallpaper setup and show a warning.\n\n## Requirements\n\n- `curl` (installed automatically by the script if missing)\n- `fwupd` and `ubuntu-drivers` (pre-installed on Ubuntu Desktop)\n- `fontconfig` and `unzip` are installed automatically when needed (JetBrains Mono step)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarvalhocaio%2Flinux-drivers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarvalhocaio%2Flinux-drivers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarvalhocaio%2Flinux-drivers/lists"}